Is it possible to use DNS to take any requests that come from:

mydomain.com

for example:

mydomain.com/mysite/page.htm

to be routed to:

www.mydomain.com

All of the URL after the domain should be removed.

Thanks

link|improve this question

47% accept rate
feedback

1 Answer

up vote 4 down vote accepted

No, DNS just translates hostnames. You would have to configure your web server to do this.

link|improve this answer
thx, not the asnwer we wanted, but who says you get what you want. Thx. – Jon Jun 3 '10 at 16:06
It would be pretty easy to configure apache to do this, if needed. – Bill Weiss Jun 3 '10 at 18:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.