Forum Moderators: phranque
I am using a test server, so my url is:
[est...]
I am using a dropdown HTML control and a submit button using the get method.
I would like to achieve:
[est...]
Should I not be using the get method to post the querystring? Is there a better way?
I have tried numerous ways, I have the rewrite logs but it only seems to compare the base file sample.php to th regex:
(ignore the regex below)
strip per-dir prefix: .../htdocs/test/sample.php -> sample.php
applying pattern '^sample/(.*)$' to uri 'sample.php'
pass through .../htdocs/testphp/sample.php
So there you have it.
Thanks in advance for your help! I'll really appreciate it.
Other helpful documents on your way to being an mod_rewrite expert :):
mod_rewrite Documentation [httpd.apache.org]
Regular expressions [etext.lib.virginia.edu]