I am building something with php and I want the files to be instead of exampe shop.php to be /shop/
Ho do I do this in php? if its even possible.
I am building something with php and I want the files to be instead of exampe shop.php to be /shop/
Ho do I do this in php? if its even possible.
Here's an example of how to do it.
RewriteEngine On
RewriteRule ^shop/?$ shop.php
Read more on URL-rewriting here :- http://corz.org/server/tricks/htaccess2.php