I use joomla and acesef as a plugin, and I need to get the full request as it is. The problem is that when I use $_SERVER['QUERY_STRING'] , it contains joomla QS isntead of my user parameters.
A javascript or PHP solution will be executed. thanks
Edit: Sample URL www.test.com/sc/my-account.html?action=payment-method I want to receive
action=payment-method
Instead i get
option=com_content&Itemid=4&id=16&lang=sc&view=article
source share