5. Symfony\Component\HttpKernel\Exception\NotFoundHttpException
…/­bootstrap/­compiled.php4946
4. Illuminate\Routing\Router handleRoutingException
…/­bootstrap/­compiled.php4791
3. Illuminate\Routing\Router findRoute
…/­bootstrap/­compiled.php4779
2. Illuminate\Routing\Router dispatch
…/­bootstrap/­compiled.php483
1. Illuminate\Foundation\Application dispatch
…/­bootstrap/­compiled.php472
0. Illuminate\Foundation\Application run
…/­public_html/­index.php49

Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

            $value = new Response($value);
        }
        return $value->prepare($request);
    }
    protected function handleRoutingException(\Exception $e)
    {
        if ($e instanceof ResourceNotFoundException) {
            throw new NotFoundHttpException($e->getMessage());
        } elseif ($e instanceof MethodNotAllowedException) {
            $allowed = $e->getAllowedMethods();
    }
    protected function findRoute(Request $request)
    {
        try {
            $path = $request->getPathInfo();
            $parameters = $this->getUrlMatcher($request)->match($path);
        } catch (ExceptionInterface $e) {
            $this->handleRoutingException($e);
        }
        $route = $this->routes->get($parameters['_route']);
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
        $response = $this->callGlobalFilter($request, 'before');
        if (!is_null($response)) {
            $response = $this->prepare($response, $request);
        } else {
            $this->currentRoute = $route = $this->findRoute($request);
            $response = $route->run($request);
        }
    }
    public function dispatch(Request $request)
    {
        if ($this->isDownForMaintenance()) {
            $response = $this['events']->until('illuminate.app.down');
            return $this->prepareResponse($response, $request);
        } else {
            return $this['router']->dispatch($this->prepareRequest($request));
        }
    }
            $this->fireAppCallbacks($this->shutdownCallbacks);
        } else {
            $this->shutdownCallbacks[] = $callback;
        }
    }
    public function run()
    {
        $response = $this->dispatch($this['request']);
        $this['router']->callCloseFilter($this['request'], $response);
        $response->send();
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful applications we have created for them.
|
*/
 
$app->run();
 
/*
Key Value
DOCUMENT_ROOT /home/storage/6/8d/b0/sancapel2/public_html/
GATEWAY_INTERFACE CGI/1.1
HTTPS on
HTTP_ACCEPT */*
HTTP_HOST www.sancapel.com.br
HTTP_USER_AGENT claudebot
LOG_SUBDIR sancapel2
PATH /bin:/usr/bin
PHPRC /home/sancapel2/
QUERY_STRING
REDIRECT_HTTPS on
REDIRECT_LOG_SUBDIR sancapel2
REDIRECT_SCRIPT_URI https://www.sancapel.com.br/produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
REDIRECT_SCRIPT_URL /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
REDIRECT_SSL_TLS_SNI www.sancapel.com.br
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgWasL-8MzYAAHfxM3MAAAAx
REDIRECT_URL /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
REMOTE_ADDR 3.87.133.69
REMOTE_PORT 57180
REQUEST_METHOD GET
REQUEST_URI /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
SCRIPT_FILENAME /home/storage/6/8d/b0/sancapel2/public_html/index.php
SCRIPT_NAME /index.php
SCRIPT_URI https://www.sancapel.com.br/produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
SCRIPT_URL /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
SERVER_ADDR 191.252.51.54
SERVER_ADMIN webmaster@sancapel.com.br
SERVER_NAME www.sancapel.com.br
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SSL_TLS_SNI www.sancapel.com.br
SUPHP_URI /index.php
UNIQUE_ID ZgWasL-8MzYAAHfxM3MAAAAx
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711643313.0224
REQUEST_TIME 1711643313
empty
empty
empty
empty
Key Value
_sf2_attributes Array ( [_token] => zB7Up1c98yQqdVFpdUxUj76NTn8jgHpHnPmkiQkx )
_sf2_flashes Array ( )
_sf2_meta Array ( [u] => 1711643313 [c] => 1711643313 [l] => 7200 )
Key Value
DOCUMENT_ROOT /home/storage/6/8d/b0/sancapel2/public_html/
GATEWAY_INTERFACE CGI/1.1
HTTPS on
HTTP_ACCEPT */*
HTTP_HOST www.sancapel.com.br
HTTP_USER_AGENT claudebot
LOG_SUBDIR sancapel2
PATH /bin:/usr/bin
PHPRC /home/sancapel2/
QUERY_STRING
REDIRECT_HTTPS on
REDIRECT_LOG_SUBDIR sancapel2
REDIRECT_SCRIPT_URI https://www.sancapel.com.br/produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
REDIRECT_SCRIPT_URL /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
REDIRECT_SSL_TLS_SNI www.sancapel.com.br
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgWasL-8MzYAAHfxM3MAAAAx
REDIRECT_URL /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
REMOTE_ADDR 3.87.133.69
REMOTE_PORT 57180
REQUEST_METHOD GET
REQUEST_URI /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
SCRIPT_FILENAME /home/storage/6/8d/b0/sancapel2/public_html/index.php
SCRIPT_NAME /index.php
SCRIPT_URI https://www.sancapel.com.br/produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
SCRIPT_URL /produtos/solucoes-em-maquinas-dosadores-e-equipamentos/pecas/cabo-aluminio-150cmx22mm-pintura
SERVER_ADDR 191.252.51.54
SERVER_ADMIN webmaster@sancapel.com.br
SERVER_NAME www.sancapel.com.br
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SSL_TLS_SNI www.sancapel.com.br
SUPHP_URI /index.php
UNIQUE_ID ZgWasL-8MzYAAHfxM3MAAAAx
0. Whoops\Handler\PrettyPageHandler