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.

    Put the following in your htaccess:

    Apache Kicks Butt!

    And refresh the page. If you get "internal server error" then apache is at least paying attention. Then go to the apache website and search the docs for "AllowOverride"

    Good luck.

      4 years later
      Write a Reply...