How to check weather mod_rewrite module is enabled

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">