Thu Sep 28, 2006 1:53 am
Replies: 7
Views: 25936
It appears I got it working doing the following:

<cfif #CGI.SERVER_NAME# CONTAINS "sub1.mysite.com">
<cfinclude template="/sub1/index.cfm">
<!--- the cfabort is there so it doesn't ...

Thu Sep 28, 2006 1:42 am
Replies: 7
Views: 25936
Actually, it just doesn't execute. Eventually Firefox says the following:

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

and ...

Thu Sep 28, 2006 1:26 am
Replies: 7
Views: 25936
any clue why the following wouldn't be working at the top of the application.cfm?

<CFIF FindNoCase("sub1.mysite.com","CGI.SERVER_NAME") GT 0>
<CFLOCATION URL="/sub1">
</CFIF>
Page 1 of 1
All times are GMT