[0] HttpException in Url.php line 95

非法请求:portal/article/index/cid/4

  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 39

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST synuogao.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME synuogao.com
SERVER_PORT 80
SERVER_ADDR 172.31.141.139
REMOTE_PORT 52928
REMOTE_ADDR 174.129.59.198
SERVER_SOFTWARE nginx/1.20.2
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www_other/www.synggm.com/public
DOCUMENT_URI /index.php
REQUEST_URI /portal/article/index/cid/4.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=portal/article/index/cid/4.html
SCRIPT_FILENAME /www/wwwroot/www_other/www.synggm.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711642039.3557
REQUEST_TIME 1711642039
Environment Variablesempty
ThinkPHP Constants
HTTP_TYPE http://
HTTP_HOST synuogao.com
APP_DEBUG true
CMF_ROOT /www/wwwroot/www_other/www.synggm.com/
CMF_DATA /www/wwwroot/www_other/www.synggm.com/data/
APP_PATH /www/wwwroot/www_other/www.synggm.com/app/
WEB_ROOT /www/wwwroot/www_other/www.synggm.com/public/
HTMLPURIFIER_PREFIX /www/wwwroot/www_other/www.synggm.com/vendor/ezyang/htmlpurifier/library
0.017134s