Posts Tagged htaccess rewrite rule

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

, ,

No Comments