如何为以下设置301永久重定向?

时间:2011-04-13 02:49:49

标签: php mod-rewrite redirect

我试图弄清楚如何为以下路径设置301永久重定向。

来自:/restaurants/casa-villa.html

致:/ restaurants / casa-villa

谢谢! 杰克

1 个答案:

答案 0 :(得分:1)

RewriteEngine On
RewriteBase /
RewriteRule restaurants/(.*).html /restaurants/$1 [R=301,L]