Dunno if I'm doing this exactly right, but it seems to work fine. This is the 
index.cfm of my site root. I just rout'em wherever I like. I HAVE noticed they 
aren't spidered. 

<cfif SERVER_NAME CONTAINS "mountainhighwebdesign.com" or SERVER_NAME CONTAINS 
"www.mountainhighwebdesign.com">
<cflocation url="wtresume.htm" addtoken="no">
<cfelseif SERVER_NAME CONTAINS "virtualautosystem.com" or SERVER_NAME CONTAINS 
"www.virtualautosystem.com">
<cflocation url="VAS/VASdemo/default.cfm" addtoken="no">
<cfelseif SERVER_NAME CONTAINS "singinginfo.com" or SERVER_NAME CONTAINS 
"www.singinginfo.com">
<cflocation url="singinginfo" addtoken="no">
<cfelseif SERVER_NAME CONTAINS "coolfusioncode.com" or SERVER_NAME CONTAINS 
"www.coolfusioncode.com">
<cflocation url="coolfusioncode" addtoken="no">
<cfelse>
<html>
<head></head>
<body>
This is my root index content
</body>
</html>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192211
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to