[Lula] Apache redirect issue

Peter Benjamin pete at peterbenjamin.com
Mon Mar 31 17:17:05 EDT 2008


At 09:43 AM 3/31/2008, ref wrote:
>    ReWriteCond    %{SERVER_NAME} ^domainB.com$
>    ReWriteRule ^/$ /foo/bar
>
> and put it above the other ReWrite rules, as once altered it must also
>be subject to them, but it does not work ....

Could be the trailing slash syndrome.  Try this:

    ReWriteCond    %{SERVER_NAME} ^domainB.com/?$

It's a common ailment.





More information about the Lula mailing list