首頁 > 問答 > 主體
頁面無法正常顯示
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] 多謝!