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" ; ?
Смотрите видео Check Mod_Rewrite In Enabled Or Not On Apache Server онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Tec Trick 03 Май 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 11,158 раз и оно понравилось 48 людям.