htacces 500内部服务器错误

时间:2016-11-21 21:37:09

标签: .htaccess

我正在尝试使用htacces将网址栏中显示的html扩展名重写为www.mywebsite.com/about.html到www.mywebsite.com/about。

这是我正在使用的代码,但它似乎不起作用。谁能告诉我为什么这不起作用?任何答案和/或解释都非常感谢!

ErrorDocument 404 /404.html

Options +FollowSymLinks

RewriteEngine On
RewriteRule ^home index.html
RewriteRule ^about about.html
RewriteRule ^services services.html

1 个答案:

答案 0 :(得分:0)

好的,好像我的托管服务提供商不提供.htacces文件。 (就像F ......)。谢谢你们一起思考。干杯