karpagam Posted March 17, 2010 Share Posted March 17, 2010 Hi, I am hunting for a htaccess code to suppress/remove the %3F that occurs in my URL http://www.example.com/index.php%3Foption=com_test&Itemid=3&view=show&id=6 to http://www.example.com/index.php?option=com_test&Itemid=3&view=show&id=6 The %3F need to be changed to '?'. Can you please help Quote Link to comment Share on other sites More sharing options...
trq Posted March 17, 2010 Share Posted March 17, 2010 You should stop this at the place where the urls are generated, not by rewriting them latter. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.