Hi,
I've been trying to craft a RewriteRule to alleviate an issue we're seeing with some inbound links. Something is appending ?null to the URL.
I tried several RewriteCond and RewriteRule options I could think of to no avail. A sample URL is:
which should instead be:
So essentially a ? should be put in place of the ; and the ?null should be stripped off.
Any help would be greatly appreciated.
Thanks,
John
I've been trying to craft a RewriteRule to alleviate an issue we're seeing with some inbound links. Something is appending ?null to the URL.
I tried several RewriteCond and RewriteRule options I could think of to no avail. A sample URL is:
Code:
[URL unfurl="true"]http://www.mysite.com/myAction.action[/URL][b];[/b]id=714&showAllSites=true[b]?null[/b]
Code:
[URL unfurl="true"]http://www.mysite.com/myAction.action?id=714&showAllSites=true[/URL]
So essentially a ? should be put in place of the ; and the ?null should be stripped off.
Any help would be greatly appreciated.
Thanks,
John