【发布时间】:2014-02-21 05:46:09
【问题描述】:
我在 Windows 7 中使用“xampp”。
我的 index.php 在 localhost(root) 下的文件夹中,路径类似于 (http://localhost/folder/index.php)
我在文件夹下的“.htaccess”文件中添加了以下几行
RewriteEngine On
RewriteRule index index.php [L]
但它不起作用。 帮帮我。
【问题讨论】:
-
@Rikesh 我试过它不工作
-
确保你的服务器上有
mod_rewrite。 -
@Rikesh 是的,它可用
-
确保 allowoverride 设置为 ALL