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" ; ?
Watch video Check Mod_Rewrite In Enabled Or Not On Apache Server online without registration, duration hours minute second in high quality. This video was added by user Tec Trick 03 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,158 once and liked it 48 people.