November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
It should be possible if you configure IIS so the "site" corresponding to http://mysite.com/demo is created as an IIS Application named "demo" under a site that responds to "http://mysite.com". Then in admin mode the site shoud have SiteUrl http://mysite.com/demo
Thank you for your response Johan. I did get the site up and running with IIS Application.
Hi ,
I am also trying to do exactly the same but i have license for my domain for exaample testcms.test.com and when i am changing the url a different domain application like www.test.com/cms from website its not taking it as a valid licence.
Do i have to buy a new license ? for moving it to application instead of a website ? experts please suggest
also for the css and image path which is going to root did you made any changes ?
thanks,
Manoj
Hello,
Is it possible to get episerver 7.5 project to respond from path (e.g. http://mysite.com/demo) instead of domain root (http://mysite.com) or subdomain (http://demo.mysite.com)?
Target scenario is something like this:
0. request to url http://mysite.com will go to reverse proxy (or load balancer)
1. request to url http://mysite.com/demo/* should be redirected to epi site
2. other request (e.g. http://mysite.com/foobar) should be server from another site (e.g. http://anothersite.com) by reverse proxy
What is the preferred way to achieve this kind of functionality? Should I write IIS url rewriter rules or write
an implementation of *UrlRewriteProvider or is there some other way?
Thank you in advance