[0] HttpException in Route.php line 1263

非法请求:index_article_index_arid_45

  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 1263
  2. at Route::parseUrl('index|article|index|...', '_', false) in App.php line 578
  3. at App::routeCheck(object(Request), ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 107
  4. at App::run() in start.php line 19
  5. at require('C:\wamp\www\tp5\thin...') in index.php line 18

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
www.huasivip.com
PATH
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\BINN;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\wamp\bin\php\php5.6.25;C:\ProgramData\ComposerSetup\bin;;C:\Program Files\python;C:\Program Files\python\Scripts;;C:\BtSoft\panel\script;
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
<address>Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/7.0.10 Server at www.huasivip.com Port 80</address>
SERVER_SOFTWARE
Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/7.0.10
SERVER_NAME
www.huasivip.com
SERVER_ADDR
172.17.9.63
SERVER_PORT
80
REMOTE_ADDR
54.225.1.66
DOCUMENT_ROOT
C:/wamp/www/tp5/public/
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
C:/wamp/www/tp5/public/
SERVER_ADMIN
wampserver@wampserver.invalid
SCRIPT_FILENAME
C:/wamp/www/tp5/public/index.php
REMOTE_PORT
49522
REDIRECT_URL
/index_article_index_arid_45.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
/index_article_index_arid_45.html
SCRIPT_NAME
/index.php
PATH_INFO
/index_article_index_arid_45.html
PATH_TRANSLATED
redirect:\index.php\index_article_index_arid_45.html
PHP_SELF
/index.php/index_article_index_arid_45.html
REQUEST_TIME_FLOAT
1710847045.036
REQUEST_TIME
1710847045
Environment Variables
empty

ThinkPHP Constants

APP_PATH
C:\wamp\www\tp5\public/../application/
SITE_URL
http://127.0.0.1/tp5
THINK_VERSION
5.0.15
THINK_START_TIME
1710847045.0524
THINK_START_MEM
377552
EXT
.php
DS
\
THINK_PATH
C:\wamp\www\tp5\thinkphp\
LIB_PATH
C:\wamp\www\tp5\thinkphp\library\
CORE_PATH
C:\wamp\www\tp5\thinkphp\library\think\
TRAIT_PATH
C:\wamp\www\tp5\thinkphp\library\traits\
ROOT_PATH
C:\wamp\www\tp5\
EXTEND_PATH
C:\wamp\www\tp5\extend\
VENDOR_PATH
C:\wamp\www\tp5\vendor\
RUNTIME_PATH
C:\wamp\www\tp5\runtime\
LOG_PATH
C:\wamp\www\tp5\runtime\log\
CACHE_PATH
C:\wamp\www\tp5\runtime\cache\
TEMP_PATH
C:\wamp\www\tp5\runtime\temp\
CONF_PATH
C:\wamp\www\tp5\public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true