Error 404 Not Found

GET https://dev.lienmini.fr/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"91d698"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#760
  #message: "Lien non trouvé"
  #code: 0
  #file: "/home/site/lienmini-site/lienmini/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 331
  -statusCode: 404
  -headers: []
  trace: {
    /home/site/lienmini-site/lienmini/vendor/symfony/framework-bundle/Controller/AbstractController.php:331 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /home/site/lienmini-site/lienmini/src/Controller/LienMiniController.php:105 {
      App\Controller\LienMiniController->redirectToDestination(string $source): Response …
      › if (!$lienMini) {    throw $this->createNotFoundException('Lien non trouvé');}
    }
    /home/site/lienmini-site/lienmini/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/site/lienmini-site/lienmini/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/site/lienmini-site/lienmini/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/site/lienmini-site/lienmini/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/site/lienmini-site/lienmini/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/site/lienmini-site/lienmini/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/site/lienmini-site/lienmini/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#79
  -records: [
    10 => [
      [
        "timestamp" => 1773097958
        "timestamp_rfc3339" => "2026-03-09T23:12:38.375+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_lien_mini_redirect"
          "route_parameters" => [
            "_route" => "app_lien_mini_redirect"
            "_controller" => "App\Controller\LienMiniController::redirectToDestination"
            "source" => "robots.txt"
          ]
          "request_uri" => "https://dev.lienmini.fr/robots.txt"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773097958
        "timestamp_rfc3339" => "2026-03-09T23:12:38.382+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1773097958
        "timestamp_rfc3339" => "2026-03-09T23:12:38.382+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1773097958
        "timestamp_rfc3339" => "2026-03-09T23:12:38.382+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1773097958
        "timestamp_rfc3339" => "2026-03-09T23:12:38.413+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "lienmini"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "lienmini"
            "serverVersion" => "8.0.32"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773097958
        "timestamp_rfc3339" => "2026-03-09T23:12:38.415+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.source AS source_2, t0.destination AS destination_3, t0.count AS count_4, t0.uid AS uid_5, t0.create_at AS create_at_6, t0.update_at AS update_at_7, t0.last_used AS last_used_8 FROM lien_mini t0 WHERE t0.source = ? LIMIT 1"
          "params" => [
            1 => "robots.txt"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#851
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773097958
        "timestamp_rfc3339" => "2026-03-09T23:12:38.422+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Lien non trouvé" at AbstractController.php line 331"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#760
            #message: "Lien non trouvé"
            #code: 0
            #file: "/home/site/lienmini-site/lienmini/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 331
            -statusCode: 404
            -headers: []
            trace: {
              /home/site/lienmini-site/lienmini/vendor/symfony/framework-bundle/Controller/AbstractController.php:331 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /home/site/lienmini-site/lienmini/src/Controller/LienMiniController.php:105 {
                App\Controller\LienMiniController->redirectToDestination(string $source): Response …
                › if (!$lienMini) {    throw $this->createNotFoundException('Lien non trouvé');}
              }
              /home/site/lienmini-site/lienmini/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/site/lienmini-site/lienmini/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/site/lienmini-site/lienmini/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/site/lienmini-site/lienmini/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/site/lienmini-site/lienmini/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/site/lienmini-site/lienmini/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/site/lienmini-site/lienmini/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    10 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#76 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"upgrade"
host
"dev.lienmini.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.15"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.15"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 09 Mar 2026 23:12:38 GMT"
vary
"Accept"
x-debug-exception
"Lien%20non%20trouv%C3%A9"
x-debug-exception-file
"%2Fhome%2Fsite%2Flienmini-site%2Flienmini%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:331"
x-debug-token
"b491dd"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"3f90c571d3c46f87cb1f5a65dc1e826f"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://lienmini:6SDYMzKY&J!SdF@127.0.0.1:3306/lienmini?serverVersion=8.0.32&charset=utf8mb4"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/site/lienmini-site/lienmini"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/site/lienmini-site/lienmini"
]
CONTEXT_DOCUMENT_ROOT
"/home/site/lienmini-site/lienmini/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/site/lienmini-site/lienmini/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"upgrade"
HTTP_HOST
"dev.lienmini.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.15"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"216.73.216.15"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"49258"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1773097958
REQUEST_TIME_FLOAT
1773097958.2554
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/home/site/lienmini-site/lienmini/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"dev.lienmini.fr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at dev.lienmini.fr Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SYMFONY_DOTENV_PATH
"/home/site/lienmini-site/lienmini/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,TRUSTED_PROXIES"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 096023)

Key Value
_controller
"App\Controller\LienMiniController::redirectToDestination"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_lien_mini_redirect"
_route_params
[
  "source" => "robots.txt"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#554
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#502 …}
  }
]
_stopwatch_token
"03b1d1"
source
"robots.txt"