Hello,
I am attempting to do a redirect from http://www.mysite.com/ to
http://www.mysite.com/dir/
The problem is with the logic used to match the conditions for the redirect. If
you leave the virtual host blank and put a "/" in the URL pattern, then the
logic looks for the / in any part of the URI and triggers the redirect, thus
leaving you in a loop.
If you were to put in /ED as your URL pattern then any URI with /ED in it would
trigger the redirect like http://www.mysite.com/dir/deepinthesite/ED even if
your intention is to only trigger the redirect on a first level folder called
"ED".
Basically the logic is running a "contains" rather than an "equals".
Is there a way to force the URL pattern to be an equals instead of a contains?
Only trigger when the URI is exactly "/" indicating the root of the site and
not just any "/" in the URI?
Thanks!
Joseph
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Zenloadbalancer-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support