Error 404 Not Found

GET https://www.carbrise.de/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"686599"
_ux_is_native
false
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#678
  #message: "Page not found."
  #code: 0
  #file: "/home/carbrise/htdocs/www.carbrise.de/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 326
  -statusCode: 404
  -headers: []
  trace: {
    /home/carbrise/htdocs/www.carbrise.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:326 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /home/carbrise/htdocs/www.carbrise.de/src/Controller/StaticWebsiteController.php:72 {
      App\Controller\StaticWebsiteController->renderStaticHtml(string $path): Response …
      › if (!is_file($normalizedFile)) {    throw $this->createNotFoundException('Page not found.');}
    }
    /home/carbrise/htdocs/www.carbrise.de/src/Controller/StaticWebsiteController.php:33 {
      App\Controller\StaticWebsiteController->page(string $path): Response …
      › {    return $this->renderStaticHtml($path);}
    }
    /home/carbrise/htdocs/www.carbrise.de/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/carbrise/htdocs/www.carbrise.de/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/carbrise/htdocs/www.carbrise.de/vendor/symfony/http-kernel/Kernel.php:191 {
      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/carbrise/htdocs/www.carbrise.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/carbrise/htdocs/www.carbrise.de/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/carbrise/htdocs/www.carbrise.de/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/carbrise/htdocs/www.carbrise.de/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#127
  -records: [
    10 => [
      [
        "timestamp" => 1783703875
        "timestamp_rfc3339" => "2026-07-10T17:17:55.297+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "static_website_page"
          "route_parameters" => [
            "_route" => "static_website_page"
            "_controller" => "App\Controller\StaticWebsiteController::page"
            "path" => "robots.txt"
          ]
          "request_uri" => "https://www.carbrise.de/robots.txt"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1783703875
        "timestamp_rfc3339" => "2026-07-10T17:17:55.298+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1783703875
        "timestamp_rfc3339" => "2026-07-10T17:17:55.298+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" => 1783703875
        "timestamp_rfc3339" => "2026-07-10T17:17:55.298+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" => 1783703875
        "timestamp_rfc3339" => "2026-07-10T17:17:55.301+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found." at AbstractController.php line 326"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#678
            #message: "Page not found."
            #code: 0
            #file: "/home/carbrise/htdocs/www.carbrise.de/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 326
            -statusCode: 404
            -headers: []
            trace: {
              /home/carbrise/htdocs/www.carbrise.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:326 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /home/carbrise/htdocs/www.carbrise.de/src/Controller/StaticWebsiteController.php:72 {
                App\Controller\StaticWebsiteController->renderStaticHtml(string $path): Response …
                › if (!is_file($normalizedFile)) {    throw $this->createNotFoundException('Page not found.');}
              }
              /home/carbrise/htdocs/www.carbrise.de/src/Controller/StaticWebsiteController.php:33 {
                App\Controller\StaticWebsiteController->page(string $path): Response …
                › {    return $this->renderStaticHtml($path);}
              }
              /home/carbrise/htdocs/www.carbrise.de/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/carbrise/htdocs/www.carbrise.de/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/carbrise/htdocs/www.carbrise.de/vendor/symfony/http-kernel/Kernel.php:191 {
                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/carbrise/htdocs/www.carbrise.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/carbrise/htdocs/www.carbrise.de/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/carbrise/htdocs/www.carbrise.de/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/carbrise/htdocs/www.carbrise.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    10 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#125 …}
}

Request Headers

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

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
"Fri, 10 Jul 2026 17:17:55 GMT"
x-debug-exception
"Page%20not%20found."
x-debug-exception-file
"%2Fhome%2Fcarbrise%2Fhtdocs%2Fwww.carbrise.de%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:326"
x-debug-token
"9336e5"

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
"aeedec7d204123af1878603edc45ae1f"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://carbrise:Audirs510!!@127.0.0.1:3306/carbrise?serverVersion=8.4.7&charset=utf8mb4"
DEFAULT_URI
"http://localhost"
UX_MAP_DSN
"leaflet://default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/carbrise/htdocs/www.carbrise.de"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/carbrise/htdocs/www.carbrise.de"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/carbrise/htdocs/www.carbrise.de/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_CITY
"Oxnard"
GEOIP_CITY_CONTINENT_CODE
"NA"
GEOIP_CITY_COUNTRY_CODE
"US"
GEOIP_CITY_COUNTRY_CODE3
"USA"
GEOIP_CITY_COUNTRY_NAME
"United States"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_CODE3
"USA"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_LATITUDE
"34.1453"
GEOIP_LONGITUDE
"-119.1091"
GEOIP_POSTAL_CODE
"93033"
GEOIP_REGION
"CA"
HOME
"/home/carbrise"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.carbrise.de"
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.40"
HTTP_X_FORWARDED_HOST
"www.carbrise.de"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"216.73.216.40"
MGT
"1"
PHP_SELF
"/index.php"
PHP_VALUE
"""
\n
error_log=/home/carbrise/logs/php/error.log;\n
memory_limit=512M;\n
max_execution_time=60;\n
max_input_time=60;\n
max_input_vars=10000;\n
post_max_size=64M;\n
upload_max_filesize=64M;\n
date.timezone=UTC;\n
display_errors=off;
"""
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.40"
REMOTE_PORT
""
REQUEST_METHOD
"GET"
REQUEST_TIME
1783703875
REQUEST_TIME_FLOAT
1783703875.2747
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/home/carbrise/htdocs/www.carbrise.de/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_NAME
"www.carbrise.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.30.3"
SYMFONY_DOTENV_PATH
"/home/carbrise/htdocs/www.carbrise.de/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,UX_MAP_DSN"
USER
"carbrise"

Parent Request

Return to parent request (token = d26329)

Key Value
_controller
"App\Controller\StaticWebsiteController::page"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"static_website_page"
_route_params
[
  "path" => "robots.txt"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#616
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#583 …}
  }
]
_stopwatch_token
"94adc2"
_ux_is_native
false
path
"robots.txt"