Hi Frank,
Your second rule is mostly abusing mod_rewrite - you should use
FallbackResource instead, or just add a RewriteCond before the rule to
prevent loops in the per directory context.
OK thanks for that suggestion. I'll give FallbackResource a shot! I wasn't
actually the one to write these
Your second rule is mostly abusing mod_rewrite - you should use
FallbackResource instead, or just add a RewriteCond before the rule to
prevent loops in the per directory context.
Frank
On Wed, Dec 31, 2014 at 1:45 PM, Tim Dunphy wrote:
> Hey all,
>
> OK so I have a website that's entering a re
Hey all,
OK so I have a website that's entering a re-direct loop that prevents the
site from working.
The site's default behavior is to go from / to site/universalpictures. And
from there it enters the redirect loop and stops working.
Here's the vhost for the site in question:
Documen