On Sat, Jun 27, 2015 at 9:16 PM, Kurtis Rader <kra...@skepticism.us> wrote: > Okay, the Apache documentation says that the Redirect directive has > precedence over Alias and ScriptAlias directives. It doesn't say anything > about RewriteRule directives. But I'm willing to bet that's the problem > since it would be strange to use both RewriteRule and Redirect in the same > context. What happens if you remove the Redirect directive?
RewriteRule would be delayed by being in htaccess [which seems unnecessary here]. Otherwise, in server cotnext, it would have run before Redirect. -- Eric Covener cove...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org