WordPress Development Asked by heera on September 13, 2020
On my website, I have following url structure:
example.com/test/
example.com/test/a-page
example.com/test/another-page
How can I redirect all of the URLS that contains /test/ right after the domain name to example.com/info/
I understand I can do it using htaccess, but I cannot format the rule syntax.
Try the following at the top of your .htaccess
file, before the existing WordPress directives:
RewriteRule ^test/ /info/ [R=302,L]
The pattern ^test/
matches all URLs that start /test/
.
Note that the URL-path matched by the RewriteRule
pattern (first argument) does not start with a slash (when used in .htaccess
).
If this is intended to be permanent then change the 302 to 301 - but only after you have tested that it works OK.
Correct answer by MrWhite on September 13, 2020
2 Asked on February 28, 2021 by resa-r
2 Asked on February 25, 2021 by drewdavid
2 Asked on February 24, 2021 by hal-atkins
0 Asked on February 22, 2021
0 Asked on February 22, 2021 by traummaschine
0 Asked on February 21, 2021 by jessica-mele
0 Asked on February 20, 2021 by user3344734
1 Asked on February 20, 2021 by naresh-devineni
0 Asked on February 19, 2021
1 Asked on February 18, 2021 by yvan-gagnon
0 Asked on February 16, 2021 by ssslippy
2 Asked on February 15, 2021 by leemon
0 Asked on February 11, 2021 by sandeep-naskar
custom post types custom taxonomy customization filters search
Get help from others!
Recent Questions
Recent Answers
© 2023 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP