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
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