if ($this->param['auto_search']) {$controller = $this->autoFindController($module, $path);} else {// 解析控制器$controller = !empty($path) ? array_shift($path) : null;}if ($controller && !preg_match('/^[A-Za-z][\w|\.]*$/', $controller)) {throw new HttpException(404, 'controller not exists:' . $controller);}// 解析操作$action = !empty($path) ? array_shift($path) : null;// 解析额外参数if ($path) {if ($this->rule->getConfig('url_param_type')) {$var += $path;
| PHPSESSID | r3tmggfpcshg0mn2tt44sdagu2 |
| REDIRECT_STATUS | 200 |
| HTTP_HOST | www.winallseed.com |
| HTTP_X_REAL_IP | 170.130.200.38 |
| HTTP_X_FORWARDED_FOR | 170.130.200.38 |
| HTTP_CONNECTION | close |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT | */* |
| HTTP_ACCEPT_ENCODING | gzip |
| HTTP_COOKIE | PHPSESSID=r3tmggfpcshg0mn2tt44sdagu2 |
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| SERVER_SIGNATURE | Apache/2.4.18 (Ubuntu) Server at www.winallseed.com Port 80 |
| SERVER_SOFTWARE | Apache/2.4.18 (Ubuntu) |
| SERVER_NAME | www.winallseed.com |
| SERVER_ADDR | 192.168.0.5 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | 192.168.0.1 |
| DOCUMENT_ROOT | /var/www/html |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | |
| CONTEXT_DOCUMENT_ROOT | /var/www/html |
| SERVER_ADMIN | webmaster@localhost |
| SCRIPT_FILENAME | /var/www/html/index.php |
| REMOTE_PORT | 60948 |
| REDIRECT_URL | /product/17.html |
| REDIRECT_QUERY_STRING | s=product/17.html |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.0 |
| REQUEST_METHOD | GET |
| QUERY_STRING | s=product/17.html |
| REQUEST_URI | /product/17.html |
| SCRIPT_NAME | /index.php |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1765567895.681 |
| REQUEST_TIME | 1765567895 |
| APP_DEBUG | false |
| CMF_ROOT | /var/www/ |
| APP_PATH | /var/www/app/ |
| WEB_ROOT | /var/www/html/ |
| HTMLPURIFIER_PREFIX | /var/www/vendor/ezyang/htmlpurifier/library |