[thelist] CF: CFLOCATION Slap! Slap! Slap!

mwarden mw at mattwarden.com
Wed Sep 27 19:04:44 CDT 2000


You're not doing any weird stuff with the HTTP headers or anything (what is
that? 301?). If you're (or if CF is by some setting) changing the status
code, that would be causing it.

But, I don't know much about CF.

--
mattwarden
mattwarden.com

----- Original Message -----
From: "Frank" <framar at interlog.com>
To: <thelist at lists.evolt.org>
Sent: Wednesday, September 27, 2000 6:56 PM
Subject: [thelist] CF: CFLOCATION Slap! Slap! Slap!


>
> I swear to god I'm having the roughest time with the simplest of
> tags. I've got a simple little password scheme, that checks to see if
> a user & pass, exist then match, and if so, lays a cookie. Below is
> kept in the application file.
>
>
> <!--- If the user is not properly logged in,
>        and this is not the login page, choke --->
>
> <cfif #cgi.script_name# neq '/myDirectory/AccountLogin.cfm'>
>     <cfif not isdefined("cookie.permissionCode")>
>        <cflocation url="someDirectory/somePage.cfm">
>        <cfabort>
>     </cfif>
> </cfif>
>
>
> Can anyone suggest why an NT server would serve me 'The object has
> moved here' page, with the same bloody link?
>
> This is one of those stupid little problems that make me want to grab
> anyone remotely responsible and slap'em around. Double Grrr with
> vinegar on top.
>
> --
>
>
> Frank Marion                      Loofah Communications
> frank at loofahcom.com               http://www.loofahcom.com
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>






More information about the thelist mailing list