PDA

View Full Version : Forward to pre-existing url


mibaraho
01-13-2011, 09:43 AM
Hi fellows,

I have developed an web app to a company. It's hosted in an aspdiscount server. As example, it's located at www.foo-company.com/internal-app

The company has an pre-existing site, located at www.page-for-clients.com

I want to redirect every request to the root (i.e. www.foo-company.com) to the preexisting page www.page-for-clients.com

Any ideas?

thanks in advance for your answer!

Mat.

Ramses
01-13-2011, 01:57 PM
You should be able to use any redirect script to send visitors to the new URL. We have a KB article which briefly shows you how to make a redirect from a subdomain to a subfolder here:
http://kb.discountasp.net/KB/a369/how-to-redirect-a-subdomain-to-a-subdirectory.aspx

While it applies to subdomain to subfolder, you can easily set it up to be from a domain to another URL