Error 404 Not Found

GET https://www.koch-lagertechnik.de/sitemap.xml

Forwarded to ErrorController (065bd9)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_editmode
false
_pimcore_context
"default"
_pimcore_frontend_request
true
_site
Pimcore\Model\Site {#366
  #dao: null
  #id: 1
  #domains: [
    "*.koch-lagertechnik.de"
  ]
  #rootId: 11
  #rootDocument: Pimcore\Model\Document\Page {#375 …}
  #rootPath: null
  #mainDomain: "www.koch-lagertechnik.de"
  #errorDocument: ""
  #localizedErrorDocuments: []
  #redirectToMainDomain: false
  #creationDate: 1499757396
  #modificationDate: 1499757396
  -activeDispatchingEvents: []
  id: 1
  domains: [
    "*.koch-lagertechnik.de"
  ]
  rootId: 11
  rootDocument: Pimcore\Model\Document\Page {#375 …}
  rootPath: null
  mainDomain: "www.koch-lagertechnik.de"
  errorDocument: ""
  localizedErrorDocuments: []
  redirectToMainDomain: false
  creationDate: 1499757396
  modificationDate: 1499757396
}
_site_path
"/de/sitemap.xml"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"www.koch-lagertechnik.de"
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).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-language
"en"
content-type
"text/html; charset=UTF-8"
date
"Thu, 04 Sep 2025 08:32:03 GMT"
vary
"Accept"
x-debug-token
"a0abef"
x-debug-token-link
"https://www.koch-lagertechnik.de/_profiler/065bd9"
x-powered-by
"pimcore"
x-previous-debug-token
"065bd9"

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
(no data)

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/pimcore/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.koch-lagertechnik.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.24"
REMOTE_PORT
"18545"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1756974723
REQUEST_TIME_FLOAT
1756974723.7728
REQUEST_URI
"/sitemap.xml"
SCRIPT_FILENAME
"/var/www/pimcore/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"92.205.18.21"
SERVER_NAME
"www.koch-lagertechnik.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
USER
"www-data"

Sub Requests 1

ErrorController (token = 065bd9)

Key Value
_controller
"error_controller"
_editmode
false
_pimcore_context
"default"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#459
  #message: "No route found for "GET https://www.koch-lagertechnik.de/sitemap.xml""
  #code: 0
  #file: "/var/www/pimcore/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#460 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/pimcore/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /var/www/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/pimcore/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/pimcore/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) {
    }
    /var/www/pimcore/vendor/symfony/http-kernel/Kernel.php:197 {
      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 {
    }
    /var/www/pimcore/public/index.php:35 {
      › 
      › $response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null