首页 > 问答 > 正文
页面不能正常显示
autoload2021-11-12 11:38:54
修改一下静态规则试试
.htaccess RewriteEngine on RewriteCond !^(index.php|images|robots.txt) RewriteRule ^(.*)$ /index.php?/ [L]
还是不行?,多谢
已经解决 Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] 多谢!