I have a simple mod_rewrite question.
What do I need to write in the .htaccess file to have:
I want the URL to look like this
Thanks.
I have a simple mod_rewrite question.
What do I need to write in the .htaccess file to have:
I want the URL to look like this
Thanks.
RewriteBase /
RewriteRule ^(.*)$ /index.php?route=$1