1. Zend_Controller_Router_Exception
…html…pimcore…lib…Pimcore.php291
0. Pimcore run
…html…index.php18

Zend_Controller_Router_Exception

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
Zend_Controller_Router_Exception thrown with message "No route, document, custom route or redirect is matching the request: /brauerei.htm | Specific ERROR: No route matched the request" Stacktrace: #1 Zend_Controller_Router_Exception in /html/pimcore/lib/Pimcore.php:291 #0 Pimcore:run in /html/index.php:18

No route, document, custom route or redirect is matching the request: /brauerei.htm | Specific ERROR: No route matched the request

/html/pimcore/lib/Pimcore.php
            try {
                $front->dispatch();
            } catch (\Zend_Controller_Router_Exception $e) {
                if(!headers_sent()) {
                    header("HTTP/1.0 404 Not Found");
                }
                \Logger::err($e);
                throw new \Zend_Controller_Router_Exception("No route, document, custom route or redirect is matching the request: " . $_SERVER["REQUEST_URI"] . " | \n" . "Specific ERROR: " . $e->getMessage());
            } catch (\Exception $e) {
                if(!headers_sent()) {
/html/index.php
 *
 * @copyright  Copyright (c) 2009-2014 pimcore GmbH (http://www.pimcore.org)
 * @license    http://www.pimcore.org/license     New BSD License
 */
include_once("pimcore/config/startup.php");
 
try {
    Pimcore::run();
 
} catch (Exception $e) {
Key Value
GCONV_PATH /usr/local/php/lib64/gconv
LO_PATH /usr/local/php/lib64/locale
MAGICK_C0DER_MODULE_PATH /usr/local/php/lib64/ImageMagick-6.9.10/modules-Q16/coders
OPENSSL_CONF /etc/ssl/openssl.cnf
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
USER p292444
HOME /home/www/p292444
SCRIPT_NAME /index.php
REQUEST_URI /brauerei.htm
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/2.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /brauerei.htm
REMOTE_PORT 37088
SCRIPT_FILENAME /home/www/p292444/html/index.php
SERVER_ADMIN [no address given]
CONTEXT_DOCUMENT_ROOT /home/www/p292444/html/
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/www/p292444/html/
REMOTE_ADDR 44.197.113.64
SERVER_PORT 443
SERVER_ADDR 172.18.36.85
SERVER_NAME www.kaltentaler-brauhaus.de
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
HTTP_HOST www.kaltentaler-brauhaus.de
HTTP_REFERER http://www.kaltentaler-brauhaus.de/brauerei.htm
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
H2_STREAM_TAG 77-3
H2_STREAM_ID 3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH off
H2PUSH off
HTTP2 on
SSL_TLS_SNI www.kaltentaler-brauhaus.de
HTTPS on
REDIRECT_STATUS 200
REDIRECT_H2_STREAM_TAG 77-3
REDIRECT_H2_STREAM_ID 3
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSH off
REDIRECT_H2PUSH off
REDIRECT_HTTP2 on
REDIRECT_SSL_TLS_SNI www.kaltentaler-brauhaus.de
REDIRECT_HTTPS on
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710820782.1243
REQUEST_TIME 1710820782
TMPDIR /html/website/var/cache
TEMP /html/website/var/cache
TMP /html/website/var/cache
windir /html/website/var/cache
SystemRoot /html/website/var/cache
empty
empty
empty
empty
empty
Key Value
TMPDIR /html/website/var/cache
TEMP /html/website/var/cache
TMP /html/website/var/cache
windir /html/website/var/cache
SystemRoot /html/website/var/cache
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\JsonResponseHandler