Re: [EMAIL PROTECTED] Problems with RewriteRule in .htaccess

2008-11-28 Thread Krist van Besien
On Fri, Nov 28, 2008 at 1:02 PM, Andrew Connick <[EMAIL PROTECTED]> wrote: > Also, as it stands, I get an internal server error, which I can fix by > uncommenting #RewriteRule ROOT/ - [L] but why is this line needed ? You problem is due to the way RewriteRules are processed in a .htaccess file

[EMAIL PROTECTED] Problems with RewriteRule in .htaccess

2008-11-28 Thread Andrew Connick
Due to tomcat (& hosting) problems, I want to redirect everything except files ending in .jsp and .do to a ROOT/ directory So I have a .htaccess file as : ___ DirectoryIndex redirect.html RewriteEngine on # Redirect directory index to home page R