1
vote
2answers
29 views

Domain, subdomain and path forwarding

I have four domains: domain.in domain.com domain.org domain.co.in I want to make domain.in as my main domain. I want to forward all my other domains to it. I want to set up forwarding such that: ...
0
votes
1answer
44 views

web url forwarding to different port and subdirectory

I would like to forward anyone going to subdomain.old-domain.com:8014 to this new address subdomain.new-domain.com:8000/subdirectory (note a different domain AND different port PLUS a subdirectory) ...
2
votes
1answer
52 views

Which way to forward alternate domains?

I have a few alternate domains that I want to point to my main domain: Main: awesomewebsite.com Alternates: awesomewebsite.net, awesomewebsite.co, awesomewebsite.me Which is the best way to forward ...
0
votes
1answer
109 views

How to forward a domain without an absolute link

We have multiple sites within our server: We mostly use a www.example.com/businessid=21 type URI format. Unfortunately, we've changed the DNS for domain www.example.com to another server. One of ...
1
vote
1answer
488 views

dns hosting - url forwarding - hiding forwarded url?

I have free dns hosting with the domain registrar and I'd like the dns hosted domain www.example.com to display contents of www.myotherlongdomain.com. I only have 301/302/iframe forwarding options, ...
2
votes
1answer
2k views

How to forward non-www to www. Using Godaddy DNS Manager

so I've set www.mydomain.com to point to ghs.google.com, which correctly loads my Google site, but if you go to mydomain.com, it doesn't redirect/forward to www.mydomain.com, it just hangs. is there a ...
14
votes
4answers
29k views

Is there any way to redirect one domain to another via DNS settings keeping the path information?

For example, my domain is example.com and when someone navigates to example.com/sample/page.htm, I want it to redirect to test.com/sample/page.htm. I know that this can probably easily be done using ...