htaccess使用正则表达式重定向

时间:2010-08-05 06:45:00

标签: .htaccess

我想按如下方式重定向某些页面

http://www.example.com/old/thispage1.htmlhttp://www.example.com/new/this-page-1.html

请建议。

由于

1 个答案:

答案 0 :(得分:1)

RewriteRule old/([a-z]*)([0-9]*)\.html new/$1-$2.html

http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html