[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] Interchange Web Administration .....
> in. So, that is a good sign! However, I'm a little confuse
> about why when
> I use the URL address,
> "http://whatever.com/cgi-bin/shopcart/admin/index.html", it
> showed the front
> page of the admin page and no login page. What I mean by that is when you
> log in, then you are brought to the front page of the admin page. In this
> case, no login prompt and it show the front page as if you had already
> logged in which in fact I wasn't! What do I need to do to fix that?
>
have you removed:
@_UI_STD_HEAD_@
from the file?
this includes code to handle the access control.. a snip:
[if-mm !logged_in]
[if !scratch no_login_required]
[bounce page="__UI_BASE__/login"]
[/if]
[/if-mm]
Jonathan
Webmaint.