【问题标题】:.htaccess not working on Xampp localhost server.htaccess 在 Xampp localhost 服务器上不起作用
【发布时间】:2015-07-04 18:16:02
【问题描述】:

我的.htaccess 文件在 Xampp localhost 服务器上无法运行。我在 Stack Overflow 上尝试了很多方法,但仍然无法正常工作。我该怎么办?

我在 Godaddy 上进行托管,它可以在线完美运行,但不能在 Xampp localhost 上运行。

【问题讨论】:

    标签: .htaccess xampp localhost


    【解决方案1】:

    找到问题了!

    当我将-MultiViews上传到godaddy服务器时,我将它添加到.htaccess文件中,否则它将无法在godaddy上运行。我所要做的就是将-MultiViews更改为+MultiViews

    之前

    RewriteEngine on
    Options +FollowSymlinks -MultiViews -Indexes
    

    之后

    RewriteEngine on
    Options +FollowSymlinks +MultiViews -Indexes
    

    【讨论】:

    • 天哪,这是一个救生员!
    猜你喜欢
    • 2015-02-23
    • 2017-05-17
    • 2012-08-31
    • 2016-11-19
    • 2020-04-10
    • 2016-03-14
    • 2013-01-30
    • 2015-07-01
    • 2012-03-06
    相关资源
    最近更新 更多