htaccess rewrite rule


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

, ,

Comments are closed.