Error 404 Not Found

GET https://dte.ehealth.fgov.be/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"f39865"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#515
  #message: "No route found for "GET https://dte.ehealth.fgov.be/robots.txt""
  #code: 0
  #file: "/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#460 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#125 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#125 …}
      }
    }
    /var/www/html/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);}
      arguments: {
        $listeners: [ …12]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:159 {
      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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /var/www/html/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/html/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#133
  -records: [
    2 => [
      [
        "timestamp" => 1790155487
        "timestamp_rfc3339" => "2026-09-23T09:24:47.952+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dte.ehealth.fgov.be/robots.txt"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#515
            #message: "No route found for "GET https://dte.ehealth.fgov.be/robots.txt""
            #code: 0
            #file: "/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#460 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
                  ...: {
                    "kernel.request"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#125 …}
                  }
                }
              }
              /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
                  $eventName: "kernel.request"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#125 …}
                }
              }
              /var/www/html/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);}
                arguments: {
                  $listeners: [ …12]
                  $eventName: "kernel.request"
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
                }
              }
              /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\RequestEvent {#175 …}
                  $eventName: "kernel.request"
                }
              }
              /var/www/html/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/www/html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/html/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#132 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
front-end-https
"on"
host
"dte.ehealth.fgov.be"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
wl-proxy-client-cert
""
wl-proxy-client-ip
"216.73.216.72"
wl-proxy-client-keysize
"128"
wl-proxy-client-secretkeysize
"128"
wl-proxy-ssl
"true"
x-forwarded-for
"216.73.216.72, 193.191.247.240, 10.89.1.1"
x-forwarded-host
"dte.ehealth.fgov.be, dte.ehealth.fgov.be"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"dd68f74d906c"
x-forwarded-ssl
"on"
x-php-ob-level
"0"
x-real-ip
"10.89.1.1"
x-smals-awp-vip
"193.191.247.240"
x-smals-client-ip
"216.73.216.72"
x-smals-forwarded-for
"216.73.216.72"
x-smals-forwarded-host
"dte.ehealth.fgov.be"
x-smals-forwarded-port
"443"
x-smals-forwarded-proto
"https"
x-url-scheme
"https"
x-weblogic-keepalivesecs
"30"

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
"Wed, 23 Sep 2026 09:24:48 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fdte.ehealth.fgov.be%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"542876"

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_BASE_URL
"https://https://dte.ehealth.fgov.be/"
APP_BASE_URL_NEW
"https://dte.ehealth.fgov.be"
APP_SECRET
"change-me"
APP_TRANSLATIONS_FOLDER
"/var/www/html/translations/"
APP_VERSION
"1.0.0"
APP_VERSION_NEW
"1.0.3"
DATABASE_URL
"postgresql://root:xMkyqrX8zXKzWxrN9VMK.B*Lk.2YgvH_Z.b@host.docker.internal:5432/dte?serverVersion=11&charset=utf8&options=--search_path%3Ddte_backend"
HAPI_BASE_URL
"https://hapi.fhir-testserver.be"
HAPI_BASE_URL_NEW
"https://dte.ehealth.fgov.be/dte-hapi"
ITB_TEST_GENERATOR_BASE_URL
"http://localhost:5666"
MAILER_DSN
"null://null"
MAIL_CC_ADDRESS
""
MAIL_CC_NAME
"Be eHealth DTE - Admin Team"
MAIL_FROM_ADDRESS
"noreply@ehealth.fgov.be"
MAIL_FROM_NAME
"Be eHealth DTE - Admin Team"
MAIL_REPLY_TO_ADDRESS
"noreply@ehealth.fgov.be"
MAIL_REPLY_TO_NAME
"Be eHealth DTE - Admin Team"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
SMTP_AUTH
"false"
SMTP_ENCRYPTION
""
SMTP_HOST
"smtp.ehealth.fgov.be"
SMTP_PASSWORD
""
SMTP_PORT
"25"
SMTP_USERNAME
""
SYMFONY_TRUSTED_HEADERS
"x-forwarded-for,x-forwarded-host,x-forwarded-proto,x-forwarded-port,x-forwarded-prefix"
SYMFONY_TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"
VISUALIZATION_ENDPOINTS_PASSWORD
"management"
VISUALIZATION_ENDPOINTS_URL
"https://dte.ehealth.fgov.be/dte-visualization/api/admin/endpoints"
VISUALIZATION_ENDPOINTS_USERNAME
"management"
VIZ_TOOL_BASE_URL
"http://localhost:3000"

Defined as regular env variables

Key Value
APACHE_CONFDIR
"/etc/apache2"
APACHE_DOCUMENT_ROOT
"/var/www/html/public"
APACHE_ENVVARS
"/etc/apache2/envvars"
APACHE_LOCK_DIR
"/var/lock/apache2"
APACHE_LOG_DIR
"/var/log/apache2"
APACHE_PID_FILE
"/var/run/apache2/apache2.pid"
APACHE_RUN_DIR
"/var/run/apache2"
APACHE_RUN_GROUP
"www-data"
APACHE_RUN_USER
"www-data"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_PROJECT_DIR
"/var/www/html"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/html"
]
COMPOSER_ALLOW_SUPERUSER
"1"
COMPOSER_HOME
"/composer"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/public"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HOSTNAME
"f3c883c06ee9"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_FRONT_END_HTTPS
"on"
HTTP_HOST
"dte.ehealth.fgov.be"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_WL_PROXY_CLIENT_CERT
""
HTTP_WL_PROXY_CLIENT_IP
"216.73.216.72"
HTTP_WL_PROXY_CLIENT_KEYSIZE
"128"
HTTP_WL_PROXY_CLIENT_SECRETKEYSIZE
"128"
HTTP_WL_PROXY_SSL
"true"
HTTP_X_FORWARDED_FOR
"216.73.216.72, 193.191.247.240, 10.89.1.1"
HTTP_X_FORWARDED_HOST
"dte.ehealth.fgov.be, dte.ehealth.fgov.be"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"dd68f74d906c"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_REAL_IP
"10.89.1.1"
HTTP_X_SMALS_AWP_VIP
"193.191.247.240"
HTTP_X_SMALS_CLIENT_IP
"216.73.216.72"
HTTP_X_SMALS_FORWARDED_FOR
"216.73.216.72"
HTTP_X_SMALS_FORWARDED_HOST
"dte.ehealth.fgov.be"
HTTP_X_SMALS_FORWARDED_PORT
"443"
HTTP_X_SMALS_FORWARDED_PROTO
"https"
HTTP_X_URL_SCHEME
"https"
HTTP_X_WEBLOGIC_KEEPALIVESECS
"30"
LANG
"C"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
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.5.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_LDFLAGS
"-Wl,-O1 -pie"
PHP_MEMORY_LIMIT
"2G"
PHP_SELF
"/index.php"
PHP_SHA256
"95bec382f4bd00570a8ef52a58ec04d8d9b9a90494781f1c106d1b274a3902f2"
PHP_URL
"https://www.php.net/distributions/php-8.5.5.tar.xz"
PHP_VERSION
"8.5.5"
PWD
"/var/www/html"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"10.89.1.3"
REMOTE_PORT
"40306"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1790155487
REQUEST_TIME_FLOAT
1790155487.9084
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.89.1.2"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"dte.ehealth.fgov.be"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.66 (Debian) Server at dte.ehealth.fgov.be Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.66 (Debian)"
SHLVL
"0"
SYMFONY_DOTENV_PATH
"/var/www/html/.env"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_VERSION_NEW,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,SMTP_HOST,SMTP_PORT,SMTP_AUTH,SMTP_USERNAME,SMTP_PASSWORD,SMTP_ENCRYPTION,MAIL_FROM_ADDRESS,MAIL_FROM_NAME,MAIL_REPLY_TO_ADDRESS,MAIL_REPLY_TO_NAME,MAIL_CC_ADDRESS,MAIL_CC_NAME,APP_TRANSLATIONS_FOLDER,APP_BASE_URL_NEW,HAPI_BASE_URL_NEW,VIZ_TOOL_BASE_URL,ITB_TEST_GENERATOR_BASE_URL,SYMFONY_TRUSTED_PROXIES,SYMFONY_TRUSTED_HEADERS,VISUALIZATION_ENDPOINTS_URL,VISUALIZATION_ENDPOINTS_USERNAME,VISUALIZATION_ENDPOINTS_PASSWORD,APP_VERSION,APP_BASE_URL,HAPI_BASE_URL"
container
"podman"

Parent Request

Return to parent request (token = 0db5f0)

Key Value
_remove_csp_headers
true
_stopwatch_token
"ab070d"