1 fredsy May 25, 2014 07:18
3 fredsy May 26, 2014 14:41
Thanks. I am browsing websites now looking for answers, but it pretty much goes over my head. What I'm looking at right now though suggests that you could use htaccess to strip out the queries before redirecting? Really wish I knew how it all worked...
The problem is that right now, if you try to load the old URL, it brings you to this message:
"Bad Request! The parameters of your request are invalid. If you have obtained this error by clicking on a link INSIDE of this site, please report the bad link to the administrator. Go back to home page"
which is obviously not good if you're getting there via google search or something.
As it is now, anyone visiting the site via a search will just get errors, even though the site and its corresponding migrated content does exist.
I even tried adding in the query parameters to b2evo URLs in the hopes that I could just match the new with the old... but b2evo doesn't like that either.
:(
This a .htaccess limitation - you can't easily use query parameters (anything after a ? in a URL) in a redirect statement.
Someone else might be able to tell you how, or Google will offer various ways to solve this, to be honest I've never really managed to do it, it's always easier to work around it.