Error 404 Not Found

GET https://pepouzin2.devlogiciel.com/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_controller_attributes
[]
_format
"txt"
_stopwatch_token
"ac93e6"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3252
  #message: "Page introuvable : robots.txt"
  #code: 0
  #file: "/app/src/Controller/HomeController.php"
  #line: 239
  -statusCode: 404
  -headers: []
  trace: {
    /app/src/Controller/HomeController.php:239 {
      App\Controller\HomeController->handleClientPage(string $slug, string $host, SubDomainRepository $subRepo, PageRepository $pageRepo, PageMapRenderer $pmr, SystemDomainService $systemDomainService): Response …
      › if (!$page) {    throw new NotFoundHttpException('Page introuvable : ' . $slug);}
    }
    /app/src/Controller/HomeController.php:207 {
      App\Controller\HomeController->page(string $slug, Request $request, SubDomainRepository $subRepo, PageRepository $pageRepository, PageMapRenderer $pmr, SystemDomainService $systemDomainService): Response …
      › 
      ›     return $this->handleClientPage($slug, $host, $subRepo, $pageRepository, $pmr, $systemDomainService);}
      arguments: {
        $slug: "robots.txt"
        $host: "pepouzin2.devlogiciel.com"
        $subRepo: App\Repository\SubDomainRepository {#3573 …}
        $pageRepo: App\Repository\PageRepository {#3400 …}
        $pmr: App\Service\PageMapRenderer {#4423 …}
        $systemDomainService: App\Service\SystemDomainService {#137 …}
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:188 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $slug: "robots.txt"
        $request: Symfony\Component\HttpFoundation\Request {#3668 …}
        $subRepo: App\Repository\SubDomainRepository {#3573 …}
        $pageRepository: App\Repository\PageRepository {#3400 …}
        $pmr: App\Service\PageMapRenderer {#4423 …}
        $systemDomainService: App\Service\SystemDomainService {#137 …}
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3668 …}
        $type: 1
        &$controllerMetadata: Symfony\Component\HttpKernel\Event\ControllerArgumentsMetadata {#3338 …}
      }
    }
    /app/vendor/symfony/http-kernel/Kernel.php:143 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3668 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:62 {
      Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():51} …
      ›     $sfRequest = Request::createFromGlobals();    $sfResponse = $this->application->handle($sfRequest);} else {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3668 …}
      }
    }
    Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():51}() {}
    /app/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:72 {
      Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->run(): int …
      › do {    $ret = frankenphp_handle_request($handler);arguments: {
        $callback: Closure(): void {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:6 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#398
  -records: [
    3668 => [
      [
        "timestamp" => 1784124516
        "timestamp_rfc3339" => "2026-07-15T16:08:36.140+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app.robots"
          "route_parameters" => [
            "_route" => "app.robots"
            "_format" => "txt"
            "_controller" => "App\Controller\SeoController::robots"
          ]
          "request_uri" => "https://pepouzin2.devlogiciel.com/robots.txt"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1784124516
        "timestamp_rfc3339" => "2026-07-15T16:08:36.142+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "client_sites"
          "authenticators" => 0
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1784124516
        "timestamp_rfc3339" => "2026-07-15T16:08:36.155+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.deleted_at AS deleted_at_5, t0.domaine_id AS domaine_id_6, t0.site_id AS site_id_7, t0.user_id AS user_id_8 FROM sub_domain t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "pepouzin2.devlogiciel.com"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#883
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1784124516
        "timestamp_rfc3339" => "2026-07-15T16:08:36.159+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.created_at AS created_at_2, s0_.updated_at AS updated_at_3, s0_.deleted_at AS deleted_at_4, s0_.domaine_id AS domaine_id_5, s0_.site_id AS site_id_6, s0_.user_id AS user_id_7 FROM sub_domain s0_ INNER JOIN domaine d1_ ON s0_.domaine_id = d1_.id WHERE s0_.name = ? AND (d1_.url = ? OR d1_.url = ?)"
          "params" => [
            1 => "pepouzin2"
            2 => "devlogiciel.com"
            3 => ".devlogiciel.com"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#883}
            2 => Doctrine\DBAL\ParameterType {#883}
            3 => Doctrine\DBAL\ParameterType {#883}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1784124516
        "timestamp_rfc3339" => "2026-07-15T16:08:36.164+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.home_page AS home_page_4, t0.folder AS folder_5, t0.published AS published_6, t0.protected AS protected_7, t0.type_page AS type_page_8, t0.description AS description_9, t0.title_seo AS title_seo_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.deleted AS deleted_14, t0.site_id AS site_id_15 FROM page t0 WHERE t0.site_id = ? AND t0.slug = ? LIMIT 1"
          "params" => [
            1 => 6
            2 => "robots.txt"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#885
              +name: "INTEGER"
            }
            2 => Doctrine\DBAL\ParameterType {#883}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1784124516
        "timestamp_rfc3339" => "2026-07-15T16:08:36.165+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page introuvable : robots.txt" at HomeController.php line 239"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3252
            #message: "Page introuvable : robots.txt"
            #code: 0
            #file: "/app/src/Controller/HomeController.php"
            #line: 239
            -statusCode: 404
            -headers: []
            trace: {
              /app/src/Controller/HomeController.php:239 {
                App\Controller\HomeController->handleClientPage(string $slug, string $host, SubDomainRepository $subRepo, PageRepository $pageRepo, PageMapRenderer $pmr, SystemDomainService $systemDomainService): Response …
                › if (!$page) {    throw new NotFoundHttpException('Page introuvable : ' . $slug);}
              }
              /app/src/Controller/HomeController.php:207 {
                App\Controller\HomeController->page(string $slug, Request $request, SubDomainRepository $subRepo, PageRepository $pageRepository, PageMapRenderer $pmr, SystemDomainService $systemDomainService): Response …
                › 
                ›     return $this->handleClientPage($slug, $host, $subRepo, $pageRepository, $pmr, $systemDomainService);}
                arguments: {
                  $slug: "robots.txt"
                  $host: "pepouzin2.devlogiciel.com"
                  $subRepo: App\Repository\SubDomainRepository {#3573 …}
                  $pageRepo: App\Repository\PageRepository {#3400 …}
                  $pmr: App\Service\PageMapRenderer {#4423 …}
                  $systemDomainService: App\Service\SystemDomainService {#137 …}
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:188 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $slug: "robots.txt"
                  $request: Symfony\Component\HttpFoundation\Request {#3668 …}
                  $subRepo: App\Repository\SubDomainRepository {#3573 …}
                  $pageRepository: App\Repository\PageRepository {#3400 …}
                  $pmr: App\Service\PageMapRenderer {#4423 …}
                  $systemDomainService: App\Service\SystemDomainService {#137 …}
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#3668 …}
                  $type: 1
                  &$controllerMetadata: Symfony\Component\HttpKernel\Event\ControllerArgumentsMetadata {#3338 …}
                }
              }
              /app/vendor/symfony/http-kernel/Kernel.php:143 {
                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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#3668 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:62 {
                Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():51} …
                ›     $sfRequest = Request::createFromGlobals();    $sfResponse = $this->application->handle($sfRequest);} else {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#3668 …}
                }
              }
              Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():51}() {}
              /app/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:72 {
                Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->run(): int …
                › do {    $ret = frankenphp_handle_request($handler);arguments: {
                  $callback: Closure(): void {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:6 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    3668 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#397 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"pepouzin2.devlogiciel.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

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

Retry Command

curl \
  --compressed \
  --url 'https://pepouzin2.devlogiciel.com/robots.txt' \
  --header 'Accept: */*' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 15 Jul 2026 14:08:36 GMT"
vary
"Accept"
x-debug-exception
"Page%20introuvable%20%3A%20robots.txt"
x-debug-exception-file
"%2Fapp%2Fsrc%2FController%2FHomeController.php:239"
x-debug-token
"5f865d"
x-robots-tag
"noindex"

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
ADMIN_EMAIL
"contact@web-vitrine.com"
API_SIRENE_KEY
"c7e99e35-dcec-44ba-a99e-35dcec94ba4d"
APP_SECRET
"2bb770bee31bc56d1415e9f74334702f"
APP_SHARE_DIR
"var/share"
CONTACT_FROM
"contact@web-vitrine.com"
CONTACT_SUBJECT_PREFIX
"[Contact]"
CONTACT_TO
"contact@web-vitrine.com"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://app:!ChangeMe!@database:5432/app?serverVersion=16&charset=utf8"
MAILER_DSN
"smtp://mailer:1025"
MAILJET_API_KEY_PRIVATE
"4008fbd2744f60f4c164b758001f6803"
MAILJET_API_KEY_PUBLIC
"62a86a2dcd6eeb8b0f60fa88e3b7b3c3"
MAILJET_API_URL
"api.mailjet.com"
MAILJET_API_VERSION
"v3"
MAILJET_CALL
"true"
MANIFEST_APP_NAME
"Web-vitrine"
MANIFEST_APP_SHORTNAME
"Web-vitrine"
MANIFEST_THEME_COLOR
"#ffffff"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OVH_APPLICATION_KEY
"999ee4f65f64d3af"
OVH_APPLICATION_SECRET
"edf3b7433c3002ab401a81be29761ca0"
OVH_CONSUMER_KEY
"d8b2efe73521a2ba58ec8a6d9d15416c"
OVH_ORDER_MODE
"test"
PENNYLANE_API_KEY
"sMmRGILUFsnPK9zArD04PBihNS55UrHvJ2JeBHDT96w"
PENNYLANE_API_URL
"https://app.pennylane.com/api/external/v1"
PLATFORM_OWNER_EMAIL
"contact@web-vitrine.com"
SERVER_IP
"5.135.0.251"
STRIPE_PUBLIC_KEY
"pk_test_51SNAAdCcsEshrCIDSVcu6uzdmjDLqZqcC9qJp7ICSCXZMApMC39vMRx7fbGNl5bxjycBT2IvpBHj4BJe8gQOj3qN00jNaJjIAd"
STRIPE_SECRET_KEY
"sk_test_51SNAAdCcsEshrCIDnfnKlFpPEsiu9Bs2oFsqH0bVIzrE91qM4g7WB6wKuzDHxyRI2z94OpLvedQEc3zQ0QqgRV3500XNBD6Pfo"
STRIPE_WEBHOOK_SECRET
"whsec_d12sDSIxRyvfUAn4edILIsgMJKWsgrsG"
SYSTEM_HOST_PATTERN
"localhost|127.0.0.1|(www\.)?web-vitrine\.com"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"
UX_MAP_DSN
"leaflet://default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_PROJECT_DIR
"/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_MODE
"web=1&worker=1"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/app"
]
AUTH_TYPE
""
COMPOSER_ALLOW_SUPERUSER
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DEFAULT_URI
"https://pep.devlogiciel.com:443"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"index.php"
FRANKENPHP_HOT_RELOAD
"/.well-known/mercure?topic=https%3A%2F%2Ffrankenphp.dev%2Fhot-reload%2F88217566e6a2b040"
FRANKENPHP_SITE_CONFIG
"hot_reload"
FRANKENPHP_WORKER
"1"
FRANKENPHP_WORKER_CONFIG
"watch"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HOME
"/root"
HOSTNAME
"7feabe98d92c"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"pepouzin2.devlogiciel.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
MERCURE_EXTRA_DIRECTIVES
"demo"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_URL
"https://pep.devlogiciel.com:443/.well-known/mercure"
MERCURE_PUBLISHER_JWT_KEY
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_SUBSCRIBER_JWT_KEY
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_URL
"http://php/.well-known/mercure"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.5.8.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_INI_SCAN_DIR
":/usr/local/etc/php/app.conf.d"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"58910198d19e873048fe87cdfe16bc790025417ede3d1651bfa1c4b533d573f2"
PHP_URL
"https://www.php.net/distributions/php-8.5.8.tar.xz"
PHP_VERSION
"8.5.8"
PWD
"/app"
QUERY_STRING
""
REMOTE_ADDR
"216.73.216.91"
REMOTE_HOST
"216.73.216.91"
REMOTE_IDENT
""
REMOTE_PORT
"36445"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1784124516
REQUEST_TIME_FLOAT
1784124516.1394
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"pepouzin2.devlogiciel.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"FrankenPHP"
SSL_CIPHER
"TLS_CHACHA20_POLY1305_SHA256"
SSL_PROTOCOL
"TLSv1.3"
STABILITY
"stable"
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_SHARE_DIR,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,API_SIRENE_KEY,OVH_APPLICATION_KEY,OVH_APPLICATION_SECRET,OVH_CONSUMER_KEY,UX_MAP_DSN,CORS_ALLOW_ORIGIN,OVH_ORDER_MODE,STRIPE_SECRET_KEY,STRIPE_PUBLIC_KEY,STRIPE_WEBHOOK_SECRET,PENNYLANE_API_KEY,PENNYLANE_API_URL,TRUSTED_PROXIES,MAILJET_API_KEY_PUBLIC,MAILJET_API_KEY_PRIVATE,MAILJET_API_VERSION,MAILJET_API_URL,MAILJET_CALL,SERVER_IP,CONTACT_TO,CONTACT_FROM,ADMIN_EMAIL,CONTACT_SUBJECT_PREFIX,SYSTEM_HOST_PATTERN,MANIFEST_APP_NAME,MANIFEST_APP_SHORTNAME,MANIFEST_THEME_COLOR,PLATFORM_OWNER_EMAIL"
SYMFONY_VERSION
""
TERM
"xterm"
XDEBUG_MODE
"develop"
XDG_CONFIG_HOME
"/config"
XDG_DATA_HOME
"/data"

Parent Request

Return to parent request (token = 306a1a)

Key Value
_controller
[
  "App\Controller\HomeController"
  "page"
]
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#4120
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/{slug}"
    +name: "client_page_unified"
    +requirements: [
      "slug" => "^(?!api|site|admin|user|login|assets|build)[^/]+$"
    ]
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: -100
  }
]
_firewall_context
"security.firewall.map.context.client_sites"
_format
"txt"
_remove_csp_headers
true
_route
"client_page_unified"
_route_params
[
  "slug" => "robots.txt"
]
_security_authenticators
[]
_security_firewall_run
"_security_client_sites"
_security_skipped_authenticators
[]
_stopwatch_token
"69db7b"
slug
"robots.txt"