I am using htaccess to rewrite the standard index.php + page_number url as directory/filename.
With this in mind, how do I then parse additional _GET values?
For example,
In this example, directory/title is a rewritten _GET value, so how do I get a hold of additional_info?mysite.com/directory/title?additional_info=something
Thanks for your help and apologies if this is difficult to understand