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
Hi all
I have a CMS Website1 done using Umbraco 4.7 and deployed through IIS. http://localhost:502/ It shows fine.
I also have a CMS WebSite2 done using Umbraco 7.6 and deployed through IIS. http://localhost:507/ which works fine.
I get IIS error when I am trying to make website 2 as a subdomain of Website 1 by adding an virtualapplication through the IIS Manager.
I need the url to be like http://localhost:502/WebSite2
When I deploy on the live server the url should be like www.website1.co.uk/website2
I cannot create two different sites, the requirement is to put the secondwebsite under the mainsite.
I have done this <add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/website2" /> on the website1 web.config file
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/website2" />
How can I do this? Could someone help please
Thank you
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Sub directory in the same domain
Hi all
I have a CMS Website1 done using Umbraco 4.7 and deployed through IIS. http://localhost:502/ It shows fine.
I also have a CMS WebSite2 done using Umbraco 7.6 and deployed through IIS. http://localhost:507/ which works fine.
I get IIS error when I am trying to make website 2 as a subdomain of Website 1 by adding an virtualapplication through the IIS Manager.
I need the url to be like http://localhost:502/WebSite2
When I deploy on the live server the url should be like www.website1.co.uk/website2
I cannot create two different sites, the requirement is to put the secondwebsite under the mainsite.
I have done this
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/website2" />
on the website1 web.config fileHow can I do this? Could someone help please
Thank you
is working on a reply...