开发者

wordpress folder / slug redirect

how do I redirect a category or开发者_JAVA百科 page /my-page/ to a new page /my-new-page/ using htaccess?


Add this above the existing rules (but after RewriteEngine On):

RewriteRule ^/?my\-page /my-new-page [R=301,L]


This works: Redirect 301 /my-page/ http://mydomain.com/my-new-page/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜