[0] HttpException in Route.php line 1272

非法请求:index/index/jianjie/id/549

  1. $route = [$module, $controller, $action];
  2. // 检查地址是否被定义过路由
  3. $name = strtolower($module . '/' . Loader::parseName($controller, 1) . '/' . $action);
  4. $name2 = '';
  5. if (empty($module) || isset($bind) && $module == $bind) {
  6. $name2 = strtolower(Loader::parseName($controller, 1) . '/' . $action);
  7. }
  8. if (isset(self::$rules['name'][$name]) || isset(self::$rules['name'][$name2])) {
  9. throw new HttpException(404, 'invalid request:' . str_replace('|', $depr, $url));
  10. }
  11. }
  12. return ['type' => 'module', 'module' => $route];
  13. }
  14. /**
  15. * 解析URL的pathinfo参数和变量
  16. * @access private
  17. * @param string $url URL地址

Call Stack

  1. in Route.php line 1272
  2. at Route::parseUrl('index/index/jianjie/...', '/', false) in App.php line 659
  3. at App::routeCheck(object(Request), ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 116
  4. at App::run() in start.php line 19
  5. at require('C:\phpStudy\PHPTutor...') in index.php line 17

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

REDIRECT_STATUS
200
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
zunxiangqiming.com
PATH
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\QCloud\Monitor\Barad;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps
SystemRoot
C:\Windows
COMSPEC
C:\Windows\system32\cmd.exe
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR
C:\Windows
SERVER_SIGNATURE
SERVER_SOFTWARE
Apache/2.4.23 (Win32) OpenSSL/1.0.2j PHP/5.4.45
SERVER_NAME
zunxiangqiming.com
SERVER_ADDR
172.21.0.9
SERVER_PORT
80
REMOTE_ADDR
54.234.45.33
DOCUMENT_ROOT
C:/phpStudy/PHPTutorial/WWW/public
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
C:/phpStudy/PHPTutorial/WWW/public
SERVER_ADMIN
admin@php.cn
SCRIPT_FILENAME
C:/phpStudy/PHPTutorial/WWW/public/index.php
REMOTE_PORT
51992
REDIRECT_URL
/index/index/jianjie/id/549.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
/index/index/jianjie/id/549.html
SCRIPT_NAME
/index.php
PATH_INFO
/index/index/jianjie/id/549.html
PATH_TRANSLATED
redirect:\index.php\index\index\jianjie\id\549.html\index\jianjie\id\549.html
PHP_SELF
/index.php/index/index/jianjie/id/549.html
REQUEST_TIME_FLOAT
1711690715.376
REQUEST_TIME
1711690715
Environment Variables
empty

ThinkPHP Constants

APP_PATH
C:\phpStudy\PHPTutorial\WWW\public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711690715.3806
THINK_START_MEM
150808
EXT
.php
DS
\
THINK_PATH
C:\phpStudy\PHPTutorial\WWW\thinkphp\
LIB_PATH
C:\phpStudy\PHPTutorial\WWW\thinkphp\library\
CORE_PATH
C:\phpStudy\PHPTutorial\WWW\thinkphp\library\think\
TRAIT_PATH
C:\phpStudy\PHPTutorial\WWW\thinkphp\library\traits\
ROOT_PATH
C:\phpStudy\PHPTutorial\WWW\
EXTEND_PATH
C:\phpStudy\PHPTutorial\WWW\extend\
VENDOR_PATH
C:\phpStudy\PHPTutorial\WWW\vendor\
RUNTIME_PATH
C:\phpStudy\PHPTutorial\WWW\runtime\
LOG_PATH
C:\phpStudy\PHPTutorial\WWW\runtime\log\
CACHE_PATH
C:\phpStudy\PHPTutorial\WWW\runtime\cache\
TEMP_PATH
C:\phpStudy\PHPTutorial\WWW\runtime\temp\
CONF_PATH
C:\phpStudy\PHPTutorial\WWW\public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true