重写所有.html链接

时间:2014-08-13 06:41:33

标签: html apache .htaccess web

在我的网站上,我想制作这些网址:

www.example.html/1.html
www.example.html/2.html
www.example.html/3.html

看起来像这样:

www.example.html/1
www.example.html/2
www.example.html/3

使用重写规则

请帮帮我

1 个答案:

答案 0 :(得分:0)

你的htaccess文件中的

添加:

RewriteEngine on
RewriteRule ^([^\.]+)$ $1.html [NC,L]

这样您只需转到www.example.html/1和所有其他页面,而无需.html