Re: [users@httpd] Apache 2.4 This webpage has a redirect loop

2015-01-03 Thread Francois Gingras
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 bluethu...@gmail.com wrote: Hey all, OK so I have a website

Re: [users@httpd] Apache 2.4 This webpage has a redirect loop

2015-01-03 Thread Tim Dunphy
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

[users@httpd] Apache 2.4 This webpage has a redirect loop

2014-12-31 Thread Tim Dunphy
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: VirtualHost