使用htaccess重定向url,id为url,带名称

时间:2015-10-15 13:22:50

标签: .htaccess redirect url-rewriting

我想要一个解决方案,将http://www.myexample.com/page.php?page_id=35重定向到http://www.myexample.com/about-us.Please帮助,因为谷歌搜索却一切都是徒劳的。

1 个答案:

答案 0 :(得分:0)

已编辑。您可以尝试以下方式:

RewriteCond %{QUERY_STRING} ^page_id=([0-9]*)$
RewriteRule ^index.php$ /about-us? [R,L]

这将检查,如果index.php有参数?page_id, 如果有,将重定向