Mobile app version of vmapp.org
Login or Join
Miguel251

: Show other domain using DNS instead of iframe I have two domains bought at different providers and I would like http://aaaaa.com to show http://bbbbb.com/aaaaa. Is this possible using only DNS?

@Miguel251

Posted in: #Dns #Iframe #Redirects

I have two domains bought at different providers and I would like aaaaa.com to show bbbbb.com/aaaaa.
Is this possible using only DNS? Must I transfer the domain to my hosting provider?
I really don't want to use a redirection or iframe.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Miguel251

2 Comments

Sorted by latest first Latest Oldest Best

 

@Murray155

I think people typically use Reverse Proxies in this case. For example you can set up any request for:
a.com to serve the content from b.com/a.


You can read more about this on Apachetutor Reverse Proxies

10% popularity Vote Up Vote Down


 

@Kaufman445

i think this could be done using some rewrite-rules.

f.e:

you could set the A records for the domains to the same server, then check what is coming in and rewite it...

see for apache: httpd.apache.org/docs/2.0/misc/rewriteguide.html there is also one for IIS www.micronovae.com/ModRewrite/
update: on shared-hosting environments .htaccess is more likely the place where this could be set.

cu

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme