[0] HttpException in Url.php line 95

非法请求:portal/article/index/id/123/cid/3

  1. }
  2. // 设置当前请求的参数
  3. $this->request->setRouteVars($var);
  4. // 封装路由
  5. $route = [$module, $controller, $action];
  6. if ($this->hasDefinedRoute($route, $bind)) {
  7. throw new HttpException(404, 'invalid request:' . str_replace('|', $depr, $url));
  8. }
  9. return $route;
  10. }
  11. /**
  12. * 检查URL是否已经定义过路由
  13. * @access protected
  14. * @param string $route 路由信息

Call Stack

  1. in Url.php line 95
  2. at Url->parseUrl('portal|article|index...') in Url.php line 23
  3. at Url->init() in App.php line 447
  4. at App->run() in index.php line 33

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER jucheng
HOME /home/wwwroot/jucheng
FCGI_ROLE RESPONDER
REDIRECT_STATUS 200
proxy-nokeepalive 1
HTTP_X_REAL_IP 44.200.169.91
HTTP_HOST www.shouldertent.cn
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME www.shouldertent.cn
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 44.200.169.91
DOCUMENT_ROOT /home/wwwroot/jucheng/wwwroot/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/wwwroot/jucheng/wwwroot/public
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /home/wwwroot/jucheng/wwwroot/public/index.php
REMOTE_PORT 44418
REDIRECT_URL /portal/article/index/id/123/cid/3.html
REDIRECT_QUERY_STRING s=portal/article/index/id/123/cid/3.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING s=portal/article/index/id/123/cid/3.html
REQUEST_URI /portal/article/index/id/123/cid/3.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711626999.6412
REQUEST_TIME 1711626999
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
CMF_ROOT /home/wwwroot/jucheng/wwwroot/
CMF_DATA /home/wwwroot/jucheng/wwwroot/data/
APP_PATH /home/wwwroot/jucheng/wwwroot/app/
WEB_ROOT /home/wwwroot/jucheng/wwwroot/public/
HTMLPURIFIER_PREFIX /home/wwwroot/jucheng/wwwroot/vendor/ezyang/htmlpurifier/library