Just put this in your splash page:

<CFSWITCH EXPRESSION="#lcase(CGI.SERVER_NAME)#">
    <CFCASE VALUE="www.domain1.com, domain1.com">
        <CFLOCATION URL="./domain1">
    </CFCASE>
    <CFCASE VALUE="www.domain2.net, domain2.net">
        <CFLOCATION URL="./domain2">
    </CFCASE>
    <CFDEFAULTCASE>
        <CFLOCATION URL="./">
    </CFDEFAULTCASE>
</CFSWITCH>

Todd Ashworth

----- Original Message -----
From: "AustralianAccommodation.com Pty. Ltd."
<[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 11, 2000 10:58 AM
Subject: Re: pointing different domain names to different sub directories on
the one server


| interland came back and told me it would coast me 450 per month to upgrade
| to a higher level service in order to be able to have the multiple domains
| pointing to specific subdirectories
|
| my solution at this stage is to create a splash / doorway page for the
site
| and have on it links to either the Australian site which will point to its
| own directory and a link to the nz site and it points to its own directory
| and solve the problem that way
|
| your comments please


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to