PDA

View Full Version : Root Domain Address


scwjr
08-09-2009, 07:59 AM
Is there a way through the discount asp control panel to point or automatically direct my root domain (www.domain.com) to application installed on site (www.domain.com/app)?

Basically I want www.domain.com to point to www.domain.com/app.

Thanks.

wisemx
08-09-2009, 08:18 AM
...You can do this with both Classic ASP and ASP.NET.
Probably PHP too but I don't mess with it.
There are coding examples on the DASP KB site.
All the best,
Mark

raymondp
08-10-2009, 10:03 AM
Try using this kb article (http://support.discountasp.net/KB/a369/how-to-redirect-a-subdomain-to-a-subdirectory.aspx) for an example of doing a redirect.

Even though this kb article was specifically written for subdomain names it works with full domain names.