|
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 ... |
|
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 ... |
|
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 |

