I have what I thought was a very straightforward question, but I can't seem to find the answer.
I have a page that reads in a zip like so: http://blahblah.com/searchbyzip/?90036
The index.php file there then reads in the zip as a query and using PHP code, the value is manipulated...
I want the user to enter the same URL, but without the question mark. So, they should type and see the following instead: http://blahblah.com/searchbyzip/90036
I know there is a way to do as a rewrite in .htaccess file. However, I am not very proficient in Apache rewrite. How would I go about doing this?