[ic] redirecting

Kyle Cook interchange-users@lists.akopia.com
Mon Jul 16 13:45:00 2001


At 10:13 AM 7/16/01, you wrote:
>Please help me solve this problem
>
>I want to redirect user to a login page to see it. This is code to do it:
>
>[if !session logged_in]
>[set mv_successpage]@@MV_PAGE@@[/set]
>[bounce page=frequency/index]
>[/if]
>
>this frequency/index.html is of course located in pages folder.
>
>problem I encounter with if I use this code is that it somehow redirects to
>my local machine IP: 127.0.0.1
>
>if I change code to: [bounce page=ord/checkout], everything works perfect
>
>would somebody know what is the problem?
>
>TIA
>
>
>Radoslav Horák
>1st Omni Inc.

Radoslav,

Make sure you don't have the bounce code on the frequency/index page.

If you do, it could end up rapidly bouncing to the same page, then it would
trip the bot code and insert 127.0.0.1 to stop it!

Just my best guess.... also check your error logs.

latter,
Kyle