AI OnAI Off
The error message says:
The URL must end with "/". I have tried with slash and without slash, but it still doesn't work.
Hi Anders,
As far as I know, the addresses must be valid host names, i.e. they need to have their own app and not live as a virtual app.
site1.localhost:37000 and site2.localhost:37000 is fine, localhost:37000/site1/ is not.
/T
Thanks for the answer, Toni.
It would however be nice to be able to specify virtual apps / hostnames in EPiServer by settings. I'm thinking about SSL certificates and setup in ADFS. The setup is much easier if you have the same hostname but with different virtual apps.
Hi,
I'm trying to create a site with multiple slashes in the base URL. I'm getting an error message. I'm trying to create a site with this URL:
http://mytestsite.com/site1
http://mytestsite.com/site2
Is this a restriction in EPiServer or is this configurable to allow these kind of URLs?