[0] HttpException in Url.php line 95

非法请求:home/broker/index

  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('broker|index') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 21

Environment Variables

GET Data
/broker/index_html
cityarea 111
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
REDIRECT_SCRIPT_URL /broker/index.html
REDIRECT_SCRIPT_URI http://www.huacheng.wang/broker/index.html
REDIRECT_STATUS 200
SCRIPT_URL /broker/index.html
SCRIPT_URI http://www.huacheng.wang/broker/index.html
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.huacheng.wang
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH /www/server/apache/lib
SERVER_SIGNATURE <address>Apache Server at www.huacheng.wang Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.huacheng.wang
SERVER_ADDR 172.16.47.78
SERVER_PORT 80
REMOTE_ADDR 54.234.136.147
DOCUMENT_ROOT /www/wwwroot/huacheng/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /www/wwwroot/huacheng/public
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /www/wwwroot/huacheng/public/index.php
REMOTE_PORT 48174
REDIRECT_URL /broker/index.html
REDIRECT_QUERY_STRING /broker/index.html&cityarea=111
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING /broker/index.html&cityarea=111
REQUEST_URI /broker/index.html?cityarea=111
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711662383.9084
REQUEST_TIME 1711662383
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7