Have your index.cfm page as a series of cfifs, or a switch/case statement:
<cfif url.id EQ 9>
<cfinclude template="document.cfm" />
</cfif>
-----Original Message-----
From: Ubuntu L [mailto:[email protected]]
Sent: 02 April 2010 11:37
To: cf-newbie
Subject: Intranet Help (Index.cfm?id)
How to hide the actual URL of a web page which users can only see after
logging in?
For example:
The URL name of the web page document.cfm is displayed as index.cfm?id='9'
in the browser.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4995
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm