Help with 301 redirect for posts with /? in URL
-
We rewrote our site and want to redirect all old posts from old blog
https://www.peteranne.it/wp/ to https://www.peteranne.it or https://www.peteranne.it/blogWe use 301 redirect:-
Redirect 301 /wp/ https://www.peteranne.it/blog/ WORKS FINE
RedirectMatch 301 ^/wp/(.*)$ https://www.peteranne.it/ WORKS FINE for eg /wp/123
BUT the posts in /wp/ had names starting with ? eg https://www.peteranne.it/wp/?p=194 and the redirect doesn’t workHow can we alter it, please? thanks Peter
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help with 301 redirect for posts with /? in URL’ is closed to new replies.