It is also worth noting that Google can mark you down for duplicate content
so if you have multiple domains and multiple sub-domains pointing to the
same site your page rank can suffer.  What I do here where I have about 20
domains pointing to the same site with and without www on is to have one
site in IIS for www.domain.com and one for everything else (a default site)
that does a 301 redirect to www.domain.com so that whatever a user types in
they always end up on the same url.

--
Jay

-----Original Message-----
From: Josh Nathanson [mailto:[EMAIL PROTECTED] 
Sent: 17 October 2007 19:34
To: CF-Talk
Subject: Re: DNS not specific to ColdFusion

Beware of the implications if you are using cookies to track sessions or 
otherwise.  myDomain.com != www.myDomain.com, so, if you are allowing either

with www or without, I believe you would need to set "setDomainCookies= 
true" in your App.cfc of cfapplication tag.

-- Josh


----- Original Message ----- 
From: "Ian Skinner" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Wednesday, October 17, 2007 10:37 AM
Subject: SOT: DNS not specific to ColdFusion


> So many of you are so knowledgeable, it makes this list piratically
> one-stop shopping.
>
> Simple question hard to Google.  Where does one configure ones systems
> so that users do not have to provide the sub-domain in their urls?  I.E
> myDomain.com rather then www.myDomain.com.
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291391
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to