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 Link to comment https://forums.phpfreaks.com/topic/195532-rewriting-urls-containing-percent-sign-characterjoomla/ 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. Link to comment https://forums.phpfreaks.com/topic/195532-rewriting-urls-containing-percent-sign-characterjoomla/#findComment-1027433 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.