11. Symfony\Component\HttpKernel\Exception\NotFoundHttpException
…\bootstrap\compiled.php5726
10. Illuminate\Routing\RouteCollection match
…\bootstrap\compiled.php5048
9. Illuminate\Routing\Router findRoute
…\bootstrap\compiled.php5036
8. Illuminate\Routing\Router dispatchToRoute
…\bootstrap\compiled.php5028
7. Illuminate\Routing\Router dispatch
…\bootstrap\compiled.php715
6. Illuminate\Foundation\Application dispatch
…\bootstrap\compiled.php696
5. Illuminate\Foundation\Application handle
…\bootstrap\compiled.php7800
4. Illuminate\Session\Middleware handle
…\bootstrap\compiled.php8407
3. Illuminate\Cookie\Queue handle
…\bootstrap\compiled.php8354
2. Illuminate\Cookie\Guard handle
…\bootstrap\compiled.php11017
1. Stack\StackedHttpKernel handle
…\bootstrap\compiled.php657
0. Illuminate\Foundation\Application run
…\public\index.php72

Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException Symfony\Component\HttpKernel\Exception\NotFoundHttpException thrown with message "" Stacktrace: #11 Symfony\Component\HttpKernel\Exception\NotFoundHttpException in D:\www\xianhuo\bootstrap\compiled.php:5726 #10 Illuminate\Routing\RouteCollection:match in D:\www\xianhuo\bootstrap\compiled.php:5048 #9 Illuminate\Routing\Router:findRoute in D:\www\xianhuo\bootstrap\compiled.php:5036 #8 Illuminate\Routing\Router:dispatchToRoute in D:\www\xianhuo\bootstrap\compiled.php:5028 #7 Illuminate\Routing\Router:dispatch in D:\www\xianhuo\bootstrap\compiled.php:715 #6 Illuminate\Foundation\Application:dispatch in D:\www\xianhuo\bootstrap\compiled.php:696 #5 Illuminate\Foundation\Application:handle in D:\www\xianhuo\bootstrap\compiled.php:7800 #4 Illuminate\Session\Middleware:handle in D:\www\xianhuo\bootstrap\compiled.php:8407 #3 Illuminate\Cookie\Queue:handle in D:\www\xianhuo\bootstrap\compiled.php:8354 #2 Illuminate\Cookie\Guard:handle in D:\www\xianhuo\bootstrap\compiled.php:11017 #1 Stack\StackedHttpKernel:handle in D:\www\xianhuo\bootstrap\compiled.php:657 #0 Illuminate\Foundation\Application:run in D:\www\xianhuo\public\index.php:72

        if (!is_null($route)) {
            return $route->bind($request);
        }
        $others = $this->checkForAlternateVerbs($request);
        if (count($others) > 0) {
            return $this->getOtherMethodsRoute($request, $others);
        }
        throw new NotFoundHttpException();
    }
    protected function checkForAlternateVerbs($request)
        }
        $response = $this->prepareResponse($request, $response);
        $this->callRouteAfter($route, $request, $response);
        return $response;
    }
    protected function findRoute($request)
    {
        $this->current = $route = $this->routes->match($request);
        return $this->substituteBindings($route);
    }
        }
        $response = $this->prepareResponse($request, $response);
        $this->callFilter('after', $request, $response);
        return $response;
    }
    public function dispatchToRoute(Request $request)
    {
        $route = $this->findRoute($request);
        $this->events->fire('router.matched', array($route, $request));
        $response = $this->callRouteBefore($route, $request);
        return isset($group['namespace']) ? $group['namespace'] . '\\' . $uses : $uses;
    }
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
        $response = $this->callFilter('before', $request);
        if (is_null($response)) {
            $response = $this->dispatchToRoute($request);
        }
        $response = $this->prepareResponse($request, $response);
            if (!is_null($response)) {
                return $this->prepareResponse($response, $request);
            }
        }
        if ($this->runningUnitTests() && !$this['session']->isStarted()) {
            $this['session']->start();
        }
        return $this['router']->dispatch($this->prepareRequest($request));
    }
    public function terminate(SymfonyRequest $request, SymfonyResponse $response)
        });
    }
    public function handle(SymfonyRequest $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        try {
            $this->refreshRequest($request = Request::createFromBase($request));
            $this->boot();
            return $this->dispatch($request);
        } catch (\Exception $e) {
            if (!$catch || $this->runningUnitTests()) {
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        $this->checkRequestForArraySessions($request);
        if ($this->sessionConfigured()) {
            $session = $this->startSession($request);
            $request->setSession($session);
        }
        $response = $this->app->handle($request, $type, $catch);
        if ($this->sessionConfigured()) {
            $this->closeSession($session);
    public function __construct(HttpKernelInterface $app, CookieJar $cookies)
    {
        $this->app = $app;
        $this->cookies = $cookies;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        $response = $this->app->handle($request, $type, $catch);
        foreach ($this->cookies->getQueuedCookies() as $cookie) {
            $response->headers->setCookie($cookie);
    public function __construct(HttpKernelInterface $app, Encrypter $encrypter)
    {
        $this->app = $app;
        $this->encrypter = $encrypter;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
    }
    protected function decrypt(Request $request)
    public function __construct(HttpKernelInterface $app, array $middlewares)
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
    public function terminate(Request $request, Response $response)
        if ($this->isBooted()) {
            $this->fireAppCallbacks(array($callback));
        }
    }
    public function run(SymfonyRequest $request = null)
    {
        $request = $request ?: $this['request'];
        $response = with($stack = $this->getStackedClient())->handle($request);
        $response->send();
        $stack->terminate($request, $response);
define ( 'HINDEX', 'http://www.xianhuo186.com/' );	//网站域名
define ( 'MASTER', 'epmaster/' );			//后台路径
 
use MySystemInfo;
use CommonHelper;
 
//echo 1233;die;
$app->run();
 
 
Key Value
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-589be9d5-7ca2-41e3-91ea-7cfcacabf3cc
PHP_FCGI_MAX_REQUESTS 1000000
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\xianhuo186.com\xianhuo186.com.config
APP_POOL_ID xianhuo186.com
CommonProgramFiles C:\Program Files\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME WIN-061EVIHKD86
ComSpec C:\Windows\system32\cmd.exe
DriverData C:\Windows\System32\Drivers\DriverData
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 2
OS Windows_NT
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Mellanox\MLNX_WinOF2\Management Tools;C:\Program Files\Mellanox\MLNX_WinOF2\Performance Tools;C:\Program Files\Mellanox\MLNX_WinOF2\Diagnostic Tools;C:\Program Files\VisualSVN Server\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 6, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 5506
ProgramData C:\ProgramData
ProgramFiles C:\Program Files
ProgramFiles(x86) C:\Program Files (x86)
ProgramW6432 C:\Program Files
PSModulePath C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\VisualSVN Server\PowerShellModules
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME WIN-061EVIHKD86$
USERPROFILE C:\Windows\system32\config\systemprofile
VISUALSVN_SERVER C:\Program Files\VisualSVN Server\
windir C:\Windows
ORIG_PATH_INFO /index.php
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/10.0
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME www.xianhuo186.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME D:\www\xianhuo\public\index.php
REQUEST_URI /shtml/rxcq/78
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 42832
REMOTE_HOST 34.227.191.136
REMOTE_ADDR 34.227.191.136
QUERY_STRING
PATH_TRANSLATED D:\www\xianhuo\public\index.php
LOGON_USER
LOCAL_ADDR 10.9.147.142
INSTANCE_META_PATH /LM/W3SVC/19
INSTANCE_NAME XIANHUO186.COM
INSTANCE_ID 19
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT D:\www\xianhuo\public
CONTENT_TYPE
CONTENT_LENGTH 0
CERT_SUBJECT
CERT_SERIALNUMBER
CERT_ISSUER
CERT_FLAGS
CERT_COOKIE
AUTH_USER
AUTH_PASSWORD
AUTH_TYPE
APPL_PHYSICAL_PATH D:\www\xianhuo\public\
APPL_MD_PATH /LM/W3SVC/19/ROOT
IIS_UrlRewriteModule 7.1.0871.0
UNENCODED_URL /shtml/rxcq/78
IIS_WasUrlRewritten 1
HTTP_X_ORIGINAL_URL /shtml/rxcq/78
HTTP_USER_AGENT claudebot
HTTP_REFERER http://www.xianhuo186.com/shtml/rxcq/78/
HTTP_HOST www.xianhuo186.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711663066.7615
REQUEST_TIME 1711663066
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler