XF 1.5 XF redirects URL with 301 that's contains extra snippet

sajal

Active member
Licensed customer
I've noticed that when I try URL following like:

http://myxenforosite.com/?abc

It redirects to following with 301 header:

http://myxenforosite.com/

Yes, I do understand that ?abc at the end of URL doesn't make any sense. But, in one of the use-case of our Ad-banner campaign we needed that format.

So, I'm curious if there's any way to stop this redirection?
 
That shouldn't be a redirection happening by XenForo itself. It could be an add-on, but that does seem a little odd as well. Can you give a specific example?
 
Assuming XF is installed in the forum/ directory, that particular redirect would usually be triggered by your web server itself, but it could be coming from something like in .htaccess (assuming you're using Apache).
 
Back
Top Bottom