.htacces redirect a page to a subpage
-
I’m trying to redirect a page to a subpage from .htaccess.
I put this in my .htaccess:
redirect 301 /about https://www.site.com/about/about-me
“About” is the parent page of “About me”.
In browser I get this error “This webpage has a redirect loop”.I tried
redirect 301 /about https://www.site.com/contact
for testing purposes and it works.Any ideas?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘.htacces redirect a page to a subpage’ is closed to new replies.