Thanks Billy. I followed your suggestion, but still same result. I am also pretty certain it is not my login queries or logic, since the db is an exact replica of my test db, and the code is the same. Thanks. [EMAIL PROTECTED] wrote: > Perhaps they have things configured unusually on the server. (For > example, Interland has an /admin folder, which has a special purpose). > Since Fusebox doesn't care about the name of the folder, as long as you > point to it, try changing it and changing your fbx_circuits (ie, change > folder name to admin2 and > <cfset fusebox.circuits.admin="home/admin2">) > > --- > Billy Cravens > > > -----Original Message----- > From: J W [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 12:39 PM > To: [EMAIL PROTECTED] > Subject: fbx_Circuits & shared hosting > > I am having an issue moving from my development environment to a shared > host. The main fusebox is at the root of the site, and the fbx_Circuits > > file contains: > > <cfset fusebox.circuits.home="home"> > <cfset fusebox.circuits.admin="home/admin"> > > In a simple login app, which works fine on my development system, the > user is redirected to the admin area. On the shared host, however, it > does not seem to recognize the admin circuit (which is simply a child > level directory from the web root). The site works fine, except for the > > redirect which looks like this after the user is found: > > <cfif client.UserGroup IS 1> > <cfoutput> > <!--- XFA.goAdmin is set to admin.main in the fusebox ---> > <cflocation > url="#request.self#?fuseaction=#XFA.goAdmin#" > addtoken="No"> > </cfoutput> > <cfelseif client.UserGroup IS 2> > <cfoutput> > <cflocation > url="#request.self#?fuseaction=#XFA.goRegistered#" > addtoken="No"> > </cfoutput> > <cfelse> > <cfset client.errorMessage="There has been an error processing > your > login information. Please use the form below to notify support. We are > > sorry for the inconvenience."> > <cfoutput> > <cflocation > url="#request.self#?fuseaction=#XFA.accessFailure#" > addtoken="No"> > </cfoutput> > </cfif> > > Any help would be much appreciated. > > >
==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
