Web.confiq tips of the day (c:
June 8, 2009 Leave a comment
if you want to define a special or multiple sites using sitecore ,.. this is the way to do it.
Open your Web.cinfig and look for “sites” attribute. Here you can add your site definitions
It could look something like this ,..
<site name=”Mywebsite” hostName=”www.somethingweb.dk”
virtualFolder=”/”
physicalFolder=”/”
rootPath=”/sitecore/content”
startItem=”/myweb”
database=”web”
domain=”sitecore”
allowDebug=”true”
cacheHtml=”true”
htmlCacheSize=”15MB”
enablePreview=”true”
enableWebEdit=”true”
enableDebugger=”true”
disableClientData=”false”
language=”en”
contentLanguage=”en”/>