#0 [0]HttpException in Url.php line 64

控制器不存在:gongsi-intro

  1. return [null, null];
  2. }
  3. $appName = !empty($path) ? array_shift($path) : null;
  4. // 解析控制器
  5. $controller = !empty($path) ? array_shift($path) : $this->rule->config('default_controller');
  6. if ($controller && !preg_match('/^[A-Za-z0-9][\w|\.]*$/', $controller)) {
  7. throw new HttpException(404, 'controller not exists:' . $controller);
  8. }
  9. // 解析操作
  10. $action = !empty($path) ? array_shift($path) : $this->rule->config('default_action');
  11. $var = [];
  12. // 解析额外参数
  13. if ($path) {
  14. preg_replace_callback('/(\w+)\|([^\|]+)/', function ($match) use (&$var) {

Call Stack

  1. in Url.php line 64
  2. at Url->parseUrl() in Url.php line 31
  3. at Url->__construct() in Route.php line 844
  4. at Route->url() in Route.php line 802
  5. at Route->check() in Route.php line 762
  6. at Route->dispatch() in Http.php line 217
  7. at Http->dispatchToRoute() in Http.php line 207
  8. at Http->think\{closure}() in Pipeline.php line 59
  9. at Pipeline->think\{closure}() in SessionInit.php line 58
  10. at SessionInit->handle()
  11. at call_user_func() in Middleware.php line 134
  12. at Middleware->think\{closure}() in Pipeline.php line 85
  13. at Pipeline->think\{closure}() in TraceDebug.php line 71
  14. at TraceDebug->handle()
  15. at call_user_func() in Middleware.php line 134
  16. at Middleware->think\{closure}() in Pipeline.php line 85
  17. at Pipeline->think\{closure}() in Pipeline.php line 66
  18. at Pipeline->then() in Http.php line 208
  19. at Http->runWithRequest() in Http.php line 171
  20. at Http->run() in index.php line 32

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_CF_IPCOUNTRY US
HTTP_CDN_LOOP cloudflare
HTTP_CF_CONNECTING_IP 3.231.146.172
HTTP_REFERER http://www.123mm.com/gongsijianjie/gongsi-intro.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_X_FORWARDED_PROTO https
HTTP_CF_RAY 86ba1c59cc633b59-IAD
HTTP_X_FORWARDED_FOR 3.231.146.172
HTTP_ACCEPT_ENCODING gzip, br
HTTP_CONNECTION Keep-Alive
HTTP_HOST www.123mm.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME thinkcmf.com
SERVER_PORT 801
SERVER_ADDR 10.10.10.10
REMOTE_PORT 41276
REMOTE_ADDR 172.70.42.151
SERVER_SOFTWARE nginx/1.23.4
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/thinkcmf.com/public
DOCUMENT_URI /index.php
REQUEST_URI /gongsijianjie/gongsi-intro.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=gongsijianjie/gongsi-intro.html
SCRIPT_FILENAME /www/wwwroot/thinkcmf.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711655024.0322
REQUEST_TIME 1711655024
0.040160s