How do I redirect old title with a question mark
-
How do I redirect an old title with a question mark to a new title without a question mark?
I tried Redirect 301 /same-category/title?.html https://my-site.com/same-category/title.html
all I get is a 404
I also tried
Redirect 410 /same-category/title?.htmlI am using pretty permalinks with .html to match the old site I was using before.
I have the same domain name as the previous site, the question mark is the only change in the url.
Thank you.
- The topic ‘How do I redirect old title with a question mark’ is closed to new replies.