我有以下.htaccess文件
<IfModule mod_rewrite.c>
# Checks to see if the user is attempting to access a valid file
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
我在安装了WAMP的localhost上。通常这个htaccess工作得很好,但这次我不必在我的网址中提到index.php。我已经检查过在Apache中启用了mod_rewrite。我只是想知道我错过了什么
答案 0 :(得分:1)
试试这个......
{{1}}