Does your web server support mod_rewrite?


Ensure that you are using Apache web server and mod_rewrite module is installed in your web server. To check this you can either contact your hosting service provider or check it yourself using these simple step.
Step1. Create a blank text file using notepad or any other editor.
Step2. Put <?php phpinfo(); ?> in the file.
Step3. Save as ‘info.php’ .
Step4. Upload the file to your web server’s root or any other folder.
Step5. Call the file in the url – http://your-domain.com/info.php and check if you see mod_rewrite in ‘Apache loaded modules’ section. If NOT, then please contact your hosting provider and request them to install/enable mod_rewrite.

Comments

Popular posts from this blog

Puzzle

Importing Java Library

Examples on mod_rewrite