I have been trying to use urls like:
/index.php?action=profile;sa=statPanel
/index.php?action=profile;sa=account
But what is happening is it strips anthing after the ; symbol so the urls above look like:
/index.php?action=profile
/index.php?action=profile
What would I need to do to preserve these types of urls with ; in the address?
Many thanks
