[0] HttpException in Url.php line 95

非法请求:portal/article/index/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 41

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
PHPSESSID e7n6faglu6k8f6dr3ceo2e6mv1
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_COOKIE PHPSESSID=e7n6faglu6k8f6dr3ceo2e6mv1
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT */*
HTTP_HOST www.hmnzy.com
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME hmnzy.com
SERVER_PORT 80
SERVER_ADDR 172.30.42.215
REMOTE_PORT 39496
REMOTE_ADDR 170.130.200.86
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/hmnzy.cn/public
DOCUMENT_URI /index.php
REQUEST_URI /portal/article/index/cid/3.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/portal/article/index/cid/3.html
SCRIPT_FILENAME /www/wwwroot/hmnzy.cn/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1679569874.7083
REQUEST_TIME 1679569874
Environment Variablesempty
ThinkPHP Constants
HTTP_TYPE http://
HTTP_HOST www.hmnzy.com
APP_DEBUG true
CMF_ROOT /www/wwwroot/hmnzy.cn/
CMF_DATA /www/wwwroot/hmnzy.cn/data/
APP_PATH /www/wwwroot/hmnzy.cn/app/
WEB_ROOT /www/wwwroot/hmnzy.cn/public/
HTMLPURIFIER_PREFIX /www/wwwroot/hmnzy.cn/vendor/ezyang/htmlpurifier/library
0.024560s