Forum Moderators: phranque
RewriteRule ^dir1/dir2/dir3/(.*)$ /dir1/dir2/index.html [R,L]
I believe it is due to another .htaccess file in /dir1/dir2/ because as soon as I remove it, my first rule works.
Now, I can simply move the single rule in /dir1/dir2/ to my root .htaccess, but I don't understand why there is a conflict.
And I don't believe MultiViews or AcceptPathInfo are enabled.
The two URLs in question are such that there should not be any collision. Since moving one of the rules, all is well, so I'm going to let this be for now.
Thanks for you help, again!
Chris