How to check weather mod_rewrite module is enabled or not?
We know the impotence of the Search Engine Friendly URLs . To make an application SEF preferable we must have .htaccess permissions and mod_rewrite module enabled.
Here we discuss if apache web server mod_rewrite module enabled or not.
Step1: Open your note pad and pate below code in it and Save as phpinfo.php.
<?php phpinfo(); ?> |
Step2: Now preview this page and find the “mod_rewrite” in the column of “Loaded modules”.

Step3: If we found this we enabled mod_rewrite module.
Step4:if we didn’t found ,we can enable it by reading my previous article.

