I just found out from Onvia (our web host) that I have to set up my site with multiple domain names. I have qeidata.com hosted and just registered mtdi.com. I tried to publish mtdi.com just like I did qeidata.com, but it wouldn't publish. I contacted Onvia and they said I have to put this code:<CFIF #Right(CGI.SERVER_NAME, 11)# IS "johndoe.com">
<CFLOCATION URL="/johndoe">
<CFELSEIF #Right(CGI.SERVER_NAME, 13)# IS "janesmith.com">
<CFLOCATION URL="/janesmith">
<CFELSEIF #Right(CGI.SERVER_NAME, 16)# IS "michaeljones.com">
<CFLOCATION URL="/michaeljones">
</CFIF>
Into a file I create called index.cfm. I am at a loss. I don't know where to create the file.
Can anyone help?
Maria