Still no answer from the host
When I perform the steps below the website shows, not the php script.
created a file check_mod_rewrite.php with the following line:
Renamed the original file from .htacess to .htacess_original
Created a new .htaccess file with the following lines:
I can conclude the mod_rewrite is off I guess?
When I perform the steps below the website shows, not the php script.
created a file check_mod_rewrite.php with the following line:
Code:
<?php echo "<h1>Mod_rewrite is working well</h1>";
Created a new .htaccess file with the following lines:
Code:
RewriteEngine OnRewriteRule ^.*$ check_mod_rewrite.php
Statistics: Posted by Gutshot — Thu Jun 06, 2024 7:24 am