Forum Moderators: phranque
I have a rewrite rule:
RewriteRule ^page directory/page.php
However when page.php is in use for its written purpose the url would be something like: directory/page.php?a=433&b=383&c=9272&d=25&e=1&h=false
This works, however if I use page?a=433&b=383&c=9272&d=25&e=1&h=false it doesnt.
What I'm asking is if there is a way to get all the url variables to passed onto the page.php file?