Main website is hosted on my domain "mywebsite.com" and I add manage host name for dutch as subdomain like "de.mywebsite.com". I created sub domain in godaddy server so folder is created for that sub domain and it is empty right now.
When I visit de.mywebsite.com then it generates an error.
Could not load file or assembly
'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system
cannot find the file specified.
so
Question 1: Do I also copy umbraco project folder in sub domain directory or it should be leaved as empty.
Is the above structure one you have created in the content tree of Umbraco? Or is it a folder structure on the disk?
If it's your Umbraco structure you should be able to simply map both of your IIS sites to the Umbraco folder and then setup the correct hostnames for each site in Umbraco. Also remember to set the "useDomainPrefixes" setting to true in the "umbracoSettings.config" file.
multi language website in umbraco
I have created structure as following way.
Eng
homepage
Dutch
thuis page
Main website is hosted on my domain "mywebsite.com" and I add manage host name for dutch as subdomain like "de.mywebsite.com". I created sub domain in godaddy server so folder is created for that sub domain and it is empty right now.
When I visit de.mywebsite.com then it generates an error.
Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.
so
Question 1: Do I also copy umbraco project folder in sub domain directory or it should be leaved as empty.
Thanks
Imrankhan
Hi Imrankhan
Is the above structure one you have created in the content tree of Umbraco? Or is it a folder structure on the disk?
If it's your Umbraco structure you should be able to simply map both of your IIS sites to the Umbraco folder and then setup the correct hostnames for each site in Umbraco. Also remember to set the "useDomainPrefixes" setting to true in the "umbracoSettings.config" file.
Hope this helps.
/Jan
is working on a reply...