Hi,
i am writting simple rules in .htaccess. But apache in following the .htaccess. How can i debug my .htaccess file, or how can i check that apache is listening to .htaccess or not. i have written
RewriteEngine on
RewriteRule index.php index.html [R]
in my .htaccess. i am using Fedora4. please advice.
Thanks in advance.