此站点不存在,请先在后台进行设置

[0] HttpException in Url.php line 73

控制器不存在:扬州市委副书记、市长张宝娟一行莅临扬杰科技调

  1. // echo('<br>=====start $controller=====<br>');
  2. // print_r( $controller);
  3. // echo('<br>======end======<br>');
  4. if(is_numeric($controller)){//这里 如果为数字就会报错 重新设置一下
  5. $controller = 'aaa' . $controller;
  6. }
  7. if ($controller && !preg_match('/^[A-Za-z][\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 73
  2. at Url->parseUrl('...') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 27

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_X_FORWARDED_FOR 3.235.46.191
HTTP_HOST www.choice-dad.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME 28.com
SERVER_PORT 8080
SERVER_ADDR 127.0.0.1
REMOTE_PORT 36344
REMOTE_ADDR 127.0.0.1
SERVER_SOFTWARE nginx/1.25.3
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/28.com/public
DOCUMENT_URI /index.php
REQUEST_URI /eng/%e6%89%ac%e5%b7%9e%e5%b8%82%e5%a7%94%e5%89%af%e4%b9%a6%e8%ae%b0%e3%80%81%e5%b8%82%e9%95%bf%e5%bc%a0%e5%ae%9d%e5%a8%9f%e4%b8%80%e8%a1%8c%e8%8e%85%e4%b8%b4%e6%89%ac%e6%9d%b0%e7%a7%91%e6%8a%80%e8%b0%83/
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/eng/%E6%89%AC%E5%B7%9E%E5%B8%82%E5%A7%94%E5%89%AF%E4%B9%A6%E8%AE%B0%E3%80%81%E5%B8%82%E9%95%BF%E5%BC%A0%E5%AE%9D%E5%A8%9F%E4%B8%80%E8%A1%8C%E8%8E%85%E4%B8%B4%E6%89%AC%E6%9D%B0%E7%A7%91%E6%8A%80%E8%B0%83/
SCRIPT_FILENAME /www/wwwroot/28.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711628159.0948
REQUEST_TIME 1711628159
Environment Variablesempty
ThinkPHP Constants
LOTUS_ROOT /www/wwwroot/28.com/public/../
APP_PATH /www/wwwroot/28.com/public/../application/
DS /
LOTUS_VERSION 5.0