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
==^================================================================

Reply via email to