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
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP