Possible to redirect URLs with Querystrings?
-
I imported a set of URLs and their new equivalents today. There were two “old urls” that were like this:
/?page_id=11
/?page_id=7I tried setting them up to redirect to their associated new URL, but it didn’t work. They ended up redirecting to the new URL with “/?” in front of the URL. So, like this:
/?/participant/forms/
/?/contact/And then, I think because of this, I started getting a lot of other weirdness with other URLs. I cannot figure out the pattern, but some of the URLs would just start redirecting to something like this:
/participant/participant/participant/participant/participant/participant/participant/participant/participant/participant/participant/participant/participant/participant/
As I didn’t have any redirects actually with /participant/ other than these querystring ones, it made me wonder if they were related somehow. When I disabled them, the other non-querystring redirects started working correctly.
Anyone know what’s going on here? Are querystring URLs not allowed or is there a special way you must do them?
- The topic ‘Possible to redirect URLs with Querystrings?’ is closed to new replies.