Thanks for the suggestion, but I have an application.cfm file in the root which simply tests whether index.cfm is the page being called. Still stuck.
John Quarto-vonTivadar wrote: > see if there is an application.cfm or onrequestend.cfm in your root. If > not, > it may be inheriting one from further "up" on one machine whereas on > your > other machine the same may not exist. > > > ----- Original Message ----- > From: "J W" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, April 03, 2002 1:38 PM > 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 ==^================================================================
