Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a customer who wants microsite setup was planning on doing it as subdomain of main site.
I have the mainsite setup and for testing purposes have done the following:
In Umbraco I have set Hostnames on the following sitesMain site - localhost:8086Microsite - localhost:8087In IIS7 I have added the following bindings to the siteLocalhost:8086Localhost:8087
But when I browse to to localhost:8087 the mainsite loads up and doesnt load the subsite.Have read and amended the umbraco.config as per http://our.umbraco.org/wiki/how-tos/running-multiple-websites-on-one-umbraco-installationBut it is still doing same thing any pointers to what might be causing this?
Thanks
Kev
Hi Kevin
Have you recycled the app pool after making the mentioned changes? It should be enough - also double check if the change in the umbracoSettings.config has indeed been saved (I sometimes tend to miss that, embarrisingly enough) :-)
/Jan
Thanks Jan
Found it! Umbraco doesnt like port numbers being used! whether thats unique to 4.0.3 I havent tested yet.
localhost:8086localhost:8087
Just reverted to one site setup
give meaningful site names in hostname in umbraco and all worked fine
mysite.comsub.mysite.com
Bug maybe?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Two Sites managed by Hostname - umbraco v 4.0.3
I have a customer who wants microsite setup was planning on doing it as subdomain of main site.
I have the mainsite setup and for testing purposes have done the following:
In Umbraco I have set Hostnames on the following sites
Main site - localhost:8086
Microsite - localhost:8087
In IIS7 I have added the following bindings to the site
Localhost:8086
Localhost:8087
But when I browse to to localhost:8087 the mainsite loads up and doesnt load the subsite.
Have read and amended the umbraco.config as per http://our.umbraco.org/wiki/how-tos/running-multiple-websites-on-one-umbraco-installation
But it is still doing same thing any pointers to what might be causing this?
Thanks
Kev
Hi Kevin
Have you recycled the app pool after making the mentioned changes? It should be enough - also double check if the change in the umbracoSettings.config has indeed been saved (I sometimes tend to miss that, embarrisingly enough) :-)
/Jan
Thanks Jan
Found it! Umbraco doesnt like port numbers being used! whether thats unique to 4.0.3 I havent tested yet.
localhost:8086
localhost:8087
Just reverted to one site setup
give meaningful site names in hostname in umbraco and all worked fine
mysite.com
sub.mysite.com
Bug maybe?
is working on a reply...