开发者

wordpress folder / slug redirect

开发者 https://www.devze.com 2023-01-20 23:01 出处:网络
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):

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

精彩评论

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