admin管理员组文章数量:1130349
I want to redirect a page that ends in mysite/fall to mysite/fall-2019
I've renamed the original page permalink of mysite/fall to mysite/fall-old and to a 301 in the .htaccess that reads...
RedirectMatch 301 /fall
It redirects to the link by then the page says there is a redirection loop. I assume because that redirect is reading the /fall part from the new URL still. How can I make the redirect exclusive to that page?
I want to redirect a page that ends in mysite/fall to mysite/fall-2019
I've renamed the original page permalink of mysite/fall to mysite/fall-old and to a 301 in the .htaccess that reads...
RedirectMatch 301 /fall http://kadampafestivals/fall-2019
It redirects to the link by then the page says there is a redirection loop. I assume because that redirect is reading the /fall part from the new URL still. How can I make the redirect exclusive to that page?
Share Improve this question edited Nov 20, 2018 at 11:05 kero 6,3501 gold badge25 silver badges34 bronze badges asked Nov 20, 2018 at 11:03 snowliondevsnowliondev 631 silver badge4 bronze badges1 Answer
Reset to default 1RedirectMatch is very helpful if you want to redirect according to regular expression or similar. This is not needed here, and could be the very reason of your problem. Try the following instead
Redirect 301 /fall /fall-2019
I want to redirect a page that ends in mysite/fall to mysite/fall-2019
I've renamed the original page permalink of mysite/fall to mysite/fall-old and to a 301 in the .htaccess that reads...
RedirectMatch 301 /fall
It redirects to the link by then the page says there is a redirection loop. I assume because that redirect is reading the /fall part from the new URL still. How can I make the redirect exclusive to that page?
I want to redirect a page that ends in mysite/fall to mysite/fall-2019
I've renamed the original page permalink of mysite/fall to mysite/fall-old and to a 301 in the .htaccess that reads...
RedirectMatch 301 /fall http://kadampafestivals/fall-2019
It redirects to the link by then the page says there is a redirection loop. I assume because that redirect is reading the /fall part from the new URL still. How can I make the redirect exclusive to that page?
Share Improve this question edited Nov 20, 2018 at 11:05 kero 6,3501 gold badge25 silver badges34 bronze badges asked Nov 20, 2018 at 11:03 snowliondevsnowliondev 631 silver badge4 bronze badges1 Answer
Reset to default 1RedirectMatch is very helpful if you want to redirect according to regular expression or similar. This is not needed here, and could be the very reason of your problem. Try the following instead
Redirect 301 /fall /fall-2019
本文标签: Redirect loop with similar URLs
版权声明:本文标题:Redirect loop with similar URLs 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749166763a2326312.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论