Error 404 Not Found

GET https://www.dnaklik.nl/static/admin/javascript/hetong.js

Forwarded to ErrorController (520692)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

No attributes

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip"
host
"www.dnaklik.nl"
referer
"https://185.95.13.247/static/admin/javascript/hetong.js"
user-agent
"Mozilla/5.0 (Linux; Android 11; M2004J15SC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Mobile Safari/537.36"
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-type
"text/html; charset=UTF-8"
date
"Sat, 28 Dec 2024 16:43:54 GMT"
vary
"Accept"
x-debug-token
"20a922"
x-previous-debug-token
"520692"

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
"prod"
APP_SECRET
"e126b62efd1670dcf18b6b55ec0f6a60"
DATABASE_URL
"mysql://dnaklik:K5^nThj*GHkl!95fg@localhost:3306/dnaklik"
GOOGLE_GA4_TAG
"GTM-P68VB3"
GOOGLE_RECAPTCHA_SECRET_KEY
"6LekZaMUAAAAAHieTTnhiEb9deiz0dJKVZEBLgcm"
GOOGLE_RECAPTCHA_SITE_KEY
"6LekZaMUAAAAAHA_84o-eh4fmT1hu0ZtNYTfE_Wi"
MAILER_DSN
"smtp://info:PRTdtn9&7Gbsd4qa@mail.dnaklik.nl:25?verify_peer=false"
MAILER_ENABLED
"1"

Defined as regular env variables

Key Value
APP_DEBUG
"0"
CONTEXT_DOCUMENT_ROOT
"/var/www/dnaklik.nl/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/dnaklik.nl/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_HOST
"www.dnaklik.nl"
HTTP_REFERER
"https://185.95.13.247/static/admin/javascript/hetong.js"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 11; M2004J15SC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Mobile Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.dnaklik.nl/static/admin/javascript/hetong.js"
REDIRECT_SCRIPT_URL
"/static/admin/javascript/hetong.js"
REDIRECT_SSL_TLS_SNI
"www.dnaklik.nl"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/static/admin/javascript/hetong.js"
REMOTE_ADDR
"47.89.193.239"
REMOTE_PORT
"36734"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1735404234
REQUEST_TIME_FLOAT
1735404234.7007
REQUEST_URI
"/static/admin/javascript/hetong.js"
SCRIPT_FILENAME
"/var/www/dnaklik.nl/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.dnaklik.nl/static/admin/javascript/hetong.js"
SCRIPT_URL
"/static/admin/javascript/hetong.js"
SERVER_ADDR
"185.95.13.247"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"www.dnaklik.nl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Debian) Server at www.dnaklik.nl Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Debian)"
SSL_TLS_SNI
"www.dnaklik.nl"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,GOOGLE_GA4_TAG,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY,MAILER_ENABLED"

Sub Requests 1

ErrorController (token = 520692)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#166
  #message: "No route found for "GET https://www.dnaklik.nl/static/admin/javascript/hetong.js" (from "https://185.95.13.247/static/admin/javascript/hetong.js")"
  #code: 0
  #file: "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#165 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/dnaklik.nl/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/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/dnaklik.nl/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/dnaklik.nl/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/dnaklik.nl/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/dnaklik.nl/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/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null