gpt4 book ai didi

.htaccess - 使用 Mod_Rewrite 去除扩展

转载 作者:行者123 更新时间:2023-12-01 12:00:45 25 4
gpt4 key购买 nike

我想删除我网站上的所有文件扩展名。除非它们在索引上,否则我希望它什么也没说...

改变这个 foo.com/index.html
到这个 foo.com/

当用户转到另一个页面,如 foo.com/contact-us.html
它将是 foo.com/contact-us

RewriteEngine On
RewriteRule ^ this is where i get confused :(

提前致谢!

最佳答案

试试这些规则:

RewriteRule ^index\.html$ / [L,R=301]
RewriteRule (.+)\.html$ /$1 [L,R=301]

关于.htaccess - 使用 Mod_Rewrite 去除扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1879334/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com