Hello! 欢迎来到小浪云!


Thinkphp5访问任何地址都只显示首页


avatar
小浪云 2024-07-14 40


如果你的服务器apache,那么修改根目录下的 .htaccess

  Options +FollowSymlinks -Multiviews

  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteCond %{REQUEST_FILENAME} !-f

  RewriteRule ^(.*)$ index.php/?$1 [QSA,PT,L]  #注意这里多了?号 删除有惊喜

相关阅读