Back to Browse

Check Mod_Rewrite In Enabled Or Not On Apache Server

11.6K views
May 3, 2020
6:16

In this video your will watch how to check Mod_Rewrite feature is enabled or not in your apache server. Without enabling Mod_rewrite feature you cannot rewrite your website's url . Method to check . 1. Create two files in root folder of website . .htaccess and mod_rewrite.php 2. If .htaccess is already existed the rename it and create new blank .htaccess Source code for .htaccess file. Write following code without " " sign "RewriteEngine on RewriteRule ^.*$ mod_rewrite.php " " Source code for mod_rewrite.php file is as following . Keep in mind use angled bracket on start and end of the code . I am unable to write these brackets in description due to angled bracket sing restiction by youtube . ?php echo "Mod_Rewrite is activated in Tectrick" ; ?

Download

0 formats

No download links available.

Check Mod_Rewrite In Enabled Or Not On Apache Server | NatokHD