Posts Tagged htaccess rewrite rule
htaccess rewrite rule
Posted by Wil in htaccess tutorials on June 27, 2009
To enable rewrite rule and rewrite commands you will need to enable apache rewrite engine.
Add this code to your .htaccess to enable rewrite commands of your server :
RewriteEngine on