[0] HttpException in Route.php line 1272

非法请求:Home/Index/index

  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('Home|Index|index', '/', false) in App.php line 659
  3. at App::routeCheck(object(Request), ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 116
  4. at App::run() in start.php line 19
  5. at require('/home/enmatongueincm...') in index.php line 36

Environment Variables

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

Server/Request Data

REDIRECT_REDIRECT_UNIQUE_ID
ZfkdKYWOOYXMjBwlc2YhcAAAAAA
REDIRECT_REDIRECT_PHPRC
/home/enmatongueincmgaxt0o8nfg/others
REDIRECT_REDIRECT_STATUS
200
REDIRECT_UNIQUE_ID
ZfkdKYWOOYXMjBwlc2YhcAAAAAA
REDIRECT_PHPRC
/home/enmatongueincmgaxt0o8nfg/others
REDIRECT_HANDLER
php-cgi
REDIRECT_STATUS
200
UNIQUE_ID
ZfkdKYWOOYXMjBwlc2YhcAAAAAA
PHPRC
/home/enmatongueincmgaxt0o8nfg/others
HTTP_X_FORWARDED_FOR
54.226.222.183
HTTP_X_REAL_IP
54.226.222.183
HTTP_HOST
www.enma.fr
HTTP_CONNECTION
close
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
PATH
/sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE
<address>Apache Server at www.enma.fr Port 80</address>
SERVER_SOFTWARE
Apache
SERVER_NAME
www.enma.fr
SERVER_ADDR
127.0.0.1
SERVER_PORT
80
REMOTE_ADDR
54.226.222.183
DOCUMENT_ROOT
/home/enmatongueincmgaxt0o8nfg/wwwroot/
REQUEST_SCHEME
http
CONTEXT_PREFIX
/php-run-as-cgi
CONTEXT_DOCUMENT_ROOT
/usr/php7.0/bin
SERVER_ADMIN
webmaster@enmatong
SCRIPT_FILENAME
/home/enmatongueincmgaxt0o8nfg/wwwroot/public/index.php
REMOTE_PORT
54296
REDIRECT_URL
/public/index.php
REDIRECT_QUERY_STRING
s=/Home/Index/index.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
s=/Home/Index/index.html
REQUEST_URI
/index.php?s=/Home/Index/index.html
SCRIPT_NAME
/public/index.php
ORIG_SCRIPT_FILENAME
/usr/php7.0/bin/php-cgi
ORIG_PATH_INFO
/public/index.php
ORIG_PATH_TRANSLATED
/home/enmatongueincmgaxt0o8nfg/wwwroot/public/index.php
ORIG_SCRIPT_NAME
/php-run-as-cgi/php-cgi
PHP_SELF
/public/index.php
REQUEST_TIME_FLOAT
1710824745.5341
REQUEST_TIME
1710824745
PATH_INFO
/Home/Index/index.html
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/public/../apps/
PUBLIC_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/public/
THEME_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/public/themes/
MODULE_MARK
front
BASE_PATH
/public
THINK_VERSION
5.0.24
THINK_START_TIME
1710824745.5351
THINK_START_MEM
359176
EXT
.php
DS
/
THINK_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/thinkphp/
LIB_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/thinkphp/library/
CORE_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/thinkphp/library/think/
TRAIT_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/thinkphp/library/traits/
ROOT_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/
EXTEND_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/extend/
VENDOR_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/vendor/
RUNTIME_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/runtime/
LOG_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/runtime/log/
CACHE_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/runtime/cache/
TEMP_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/runtime/temp/
CONF_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/public/../apps/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
EACOOPHP_V
1.3.1
BUILD_VERSION
201812021322
PLUGIN_PATH
/home/enmatongueincmgaxt0o8nfg/wwwroot/plugins/
SERVER_SOFTWARE_TYPE
no
RESULT_SUCCESS
success
RESULT_ERROR
error
RESULT_REDIRECT
redirect
RESULT_MESSAGE
message
RESULT_URL
url
RESULT_DATA
data
DATA_COMMON_STATUS
status
DATA_NORMAL
1
DATA_DISABLE
0
DATA_DELETE
-1
DATA_SUCCESS
1
DATA_ERROR
0
TIME_CT_NAME
create_time
TIME_UT_NAME
update_time
TIME_NOW
1710824745
DB_PREFIX
qyc_
DB_LIST_ROWS
10
0.039526s