Heim > Fragen und Antworten > Hauptteil
Die Seite kann nicht richtig angezeigt werden
autoload2021-11-12 11:38:54
修改一下静态规则试试
.htaccess RewriteEngine on RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(.*)$ /index.php?/$1 [L]
还是不行?,多谢
已经解决 Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] 多谢!