[0] HttpException in Url.php line 64

控制器不存在:29744��htm

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

Call Stack

  1. in Url.php line 64
  2. at Url->parseUrl('bazi|29744��htm') 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 Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
TEMP /tmp
TMPDIR /tmp
TMP /tmp
PATH /usr/local/bin:/usr/bin:/bin
HOSTNAME k366
USER www
HOME /home/www
FCGI_ROLE RESPONDER
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx
QUERY_STRING s=/bazi/29744%ef%bf%bd%ef%bf%bdhtm
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_FILENAME /data/website/k366/publicwww/index.php
SCRIPT_NAME /index.php
REQUEST_URI /bazi/29744%ef%bf%bd%ef%bf%bdhtm
DOCUMENT_URI /index.php
DOCUMENT_ROOT /data/website/k366/publicwww
SERVER_PROTOCOL HTTP/1.1
REMOTE_ADDR 3.91.106.157
REMOTE_PORT 33490
SERVER_ADDR 101.251.251.46
SERVER_PORT 443
SERVER_NAME www.k366.com
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://www.k366.com/bazi/29744%EF%BF%BD%EF%BF%BDhtm
HTTP_HOST www.k366.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711696728.941
REQUEST_TIME 1711696728
Environment Variablesempty
ThinkPHP Constantsempty