Link to home
Start Free TrialLog in
Avatar of IT SUPPORT
IT SUPPORT

asked on

DNS redirect

Hello hope this is a simple one

We have a helpdesk portal site hosted at a long URL for our clients

To simplify we want to have an extension of our domain redirect seamlessly to that link.

For example:

www.ourdomain.com/support

will in turn redirect to     http://longurlatourticketingsystem.com

Is this done in DNS or IIS and how so?
Thanks!
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Redirects are done in the IIS application virtual directory. You would use something like an HTML tag to do a redirect.

CNAME records are just a DNS alias that points to a server. Redirects happen at the applicaiton layer.

Will.
ASKER CERTIFIED SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IT SUPPORT
IT SUPPORT

ASKER

paulmacd thanks it worked however everything is redirecting now including www.ourwebsite.com?
Hmm.  You created a virtual directory under your domain name (http://www.ourdomain.com/virtualdirectory), pointed the virtual directory toward the remote site, but the whole site is being redirected?

Are you sure you didn't go into DNS and point ourdomain.com to the IP address for longurlatourticketingsystem.com?
Thanks Paulmac it was a simple mistake on our end your suggestion worked!