如何将所有 *.html 页面重定向到 *.php 页面?
我寻找这个问题的答案,因为这应该是一件相当常见的事情
并找到了一些,但所有这些都导致我出现内部服务器错误..:(
我需要将所有 html 页面重定向到 php 中的对应部分,
我知道有一个我可以使用的 rewriteRule,但似乎找不到语法。.
一个简单的解释:
我需要将我的所有 *.html 页面重定向到 *.php
我希望我能很好地解释它..希望得到您的帮助或有关此主题的一些资源的链接,在这些资源中我可以真正了解如何创建此重定向规则
I looked for the answer to this since it should be a rather common thing to do
and found some but the all lead me to an internal server error.. :(
i need to redirect all my html pages to their counter part in php
i know there is a rewriteRule i can use but cant seem to find the syntax..
a simple explenation:
i need to redirect all my *.html pages to *.php
I hope i explained it well.. would love your help or a link to some resources on this subject where i can really understand how to create this redirectRule
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 RewriteRule:
如果出现内部服务器错误,请执行确保您已在 apache 中启用 mod_rewrite :
You can use RewriteRule:
If you get Internal Server Errors, make sure that you have enabled mod_rewrite in apache :
在站点的根文件夹中创建一个
.htaccess
并在其中放置以下规则:如果您不希望地址栏反映更改,请将最后一行更改为
Create a
.htaccess
in the root folder of your site and place the following rules in it:If you don't want the address bar to reflect the change, then change that last line to