A
ADO
Guest
RE: Shared hosting
When you say "multiple domains" for shared hosting accounts do you mean it is possible to have
www.abc.com
pointing to one folder, and
www.def.com
pointing to another, without having to resort to redirects and that sort of thing.
That is, www.abc.com/1.html and www.def.com/1.html can be different pages.
ie, It doesn't have to be
www.abc.com/1/1.html
and
www.def.com/2/1.html (which is actually just www.abc.com/2/1.html)
Also, with .NET hosting, is it possible to host more than one .NET application -- ie, multiple root access, or in other words, multiple global.asax's.
When you say "multiple domains" for shared hosting accounts do you mean it is possible to have
www.abc.com
pointing to one folder, and
www.def.com
pointing to another, without having to resort to redirects and that sort of thing.
That is, www.abc.com/1.html and www.def.com/1.html can be different pages.
ie, It doesn't have to be
www.abc.com/1/1.html
and
www.def.com/2/1.html (which is actually just www.abc.com/2/1.html)
Also, with .NET hosting, is it possible to host more than one .NET application -- ie, multiple root access, or in other words, multiple global.asax's.