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
|
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
| |||
|
feedback
|
|
No, DNS just translates hostnames. You would have to configure your web server to do this. | |||||
|
feedback
|