.htaccess 在 Xampp localhost 服务器上不起作用
Posted
技术标签:
【中文标题】.htaccess 在 Xampp localhost 服务器上不起作用【英文标题】:.htaccess not working on Xampp localhost server 【发布时间】:2015-07-04 18:16:02 【问题描述】:我的.htaccess
文件在 Xampp localhost 服务器上无法运行。我在 Stack Overflow 上尝试了很多方法,但仍然无法正常工作。我该怎么办?
我在 Godaddy 上进行托管,它可以在线完美运行,但不能在 Xampp localhost 上运行。
【问题讨论】:
【参考方案1】:找到问题了!
当我将-MultiViews
上传到godaddy服务器时,我将它添加到.htaccess文件中,否则它将无法在godaddy上运行。我所要做的就是将-MultiViews
更改为+MultiViews
之前
RewriteEngine on
Options +FollowSymlinks -MultiViews -Indexes
之后
RewriteEngine on
Options +FollowSymlinks +MultiViews -Indexes
【讨论】:
天哪,这是一个救生员!以上是关于.htaccess 在 Xampp localhost 服务器上不起作用的主要内容,如果未能解决你的问题,请参考以下文章
.htaccess 在 xampp (ubuntu) 中不起作用
在 xampp 的 phpmyadmin 中添加 htaccess 文件
如何在 Windows 的 XAMPP 中配置 .htaccess?
htaccess - XAMPP上的互联网服务器错误500 [关闭]
C:/xampp/htdocs/.htaccess: RewriteRule: 错误标志分隔符 - XAMPP/Windows