Error 404 Not Found

GET https://bijoux-paradis.jp/appsettings.json

Forwarded to ErrorController (c16457)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

No attributes

Request Headers

Header Value
accept-encoding
"gzip, deflate"
authorization
""
host
"bijoux-paradis.jp"
traceparent
"00-56ac14dba45dae7c81f72b8d441f4039-980057a879403ee3-00"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/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
"Sun, 19 Apr 2026 18:03:07 GMT"
set-cookie
"maintenance_token=deleted; expires=Sat, 19 Apr 2025 18:03:06 GMT; Max-Age=0; path=/; httponly"
vary
"Accept"
x-debug-token
"b8782d"
x-debug-token-link
"https://bijoux-paradis.jp/_profiler/c16457"
x-previous-debug-token
"c16457"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
maintenance_token
Symfony\Component\HttpFoundation\Cookie {#1477
  #name: "maintenance_token"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: false
  #httpOnly: true
  -raw: false
  -sameSite: null
  -partitioned: false
  -secureDefault: true
}

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
APP_DEBUG
"0"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/var/www/bijoux-paradis.jp"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"10.6.18-MariaDB-0ubuntu0.22.04.1"
DATABASE_URL
"mysql://bijoux-paradis:bijoux-paradis@localhost:3306/bijoux-paradis"
DOCUMENT_ROOT
"/var/www/bijoux-paradis.jp"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"JcGGygnN7tX2wJGjYabDCf3TFb5SKDiAC2XscSpkh2g3tRmsVi"
ECCUBE_AUTH_MAGIC
"FvmYDIuvJi8wTiqkdrDDYNB9z5XEHVt4"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_FORCE_SSL
"1"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_AUTHORIZATION
""
HTTP_HOST
"bijoux-paradis.jp"
HTTP_TRACEPARENT
"00-56ac14dba45dae7c81f72b8d441f4039-980057a879403ee3-00"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
MAILER_DSN
"smtp://info@bijoux-paradis.jp:511d-9_L8WF55c1D@smtp.lolipop.jp:465?encryption=ssl&auth_mode=login"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SSL_TLS_SNI
"bijoux-paradis.jp"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/appsettings.json"
REMOTE_ADDR
"45.148.10.21"
REMOTE_PORT
"16354"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776621787
REQUEST_TIME_FLOAT
1776621787.2536
REQUEST_URI
"/appsettings.json"
SCRIPT_FILENAME
"/var/www/bijoux-paradis.jp/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"160.16.89.24"
SERVER_ADMIN
"information@bijoux-paradis.jp"
SERVER_NAME
"bijoux-paradis.jp"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at bijoux-paradis.jp Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"bijoux-paradis.jp"
TRUSTED_HOSTS
"^bijoux-paradis\.jp$"

Sub Requests 1

ErrorController (token = c16457)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#480
  #message: "No route found for "GET https://bijoux-paradis.jp/appsettings.json""
  #code: 0
  #file: "/var/www/bijoux-paradis.jp/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#479 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/bijoux-paradis.jp/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/bijoux-paradis.jp/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /var/www/bijoux-paradis.jp/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/bijoux-paradis.jp/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/bijoux-paradis.jp/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/bijoux-paradis.jp/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/bijoux-paradis.jp/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/bijoux-paradis.jp/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null