Hmmm my mistake, *blush* two folders called the same thing....apologies
Stew
-----Original Message-----
From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
Sent: 29 August 2000 13:56
To: '[EMAIL PROTECTED]'
Subject: CFINCLUDE problems...
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/[email protected]/
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/[email protected]/
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.