On Sat, Jun 27, 2015 at 9:16 PM, Kurtis Rader <[email protected]> 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 [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
