You may need to map the folder in the CFadmin, and in the web server software.
Are you getting a CF Error?
At 01:55 PM 8/29/00 +0100, you wrote:
>Hi Everyone, Just something that's driving me crackers, the following code
>works fine on my development server...
>
><CFIF UserType is "Admin">
><CFINCLUDE template="/datanet2/display/dsp_stats.cfm">
></CFIF>
><CFIF UserType is "Upload">
><CFINCLUDE template="/datanet2/upload/Index.cfm">
></CFIF>
><CFIF UserType is "Super">
><CFINCLUDE template="/datanet2/super/Index.cfm">
></CFIF>
>
>I've also tried,
>
><CFIF UserType is "Admin">
><CFINCLUDE template="../display/dsp_stats.cfm">
></CFIF>
><CFIF UserType is "Upload">
><CFINCLUDE template="../upload/Index.cfm">
></CFIF>
><CFIF UserType is "Super">
><CFINCLUDE template="../super/Index.cfm">
></CFIF>
>
>the /datanet2/ is an alias mapped in cfadmin, but it doesn't work on the
>clients server....although the settings seem to be the same on both...i've
>also moved the display page into the root to test it, yet it still doesn't
>seem to work. Anything I should check again? Advice, as always, is
>gratefully received.
>
>Kind Regards
>
>
>Stew
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.