Guardian-Mage Posted May 8, 2008 Share Posted May 8, 2008 Not sure where to put this, but... I have a hosting package with 1&1 which I dislike. I have my main hosting package, and another package just for a domain. I currently have the seperate domain pointing to a subdomain within my main hosting package using iFrames. The only other option I see is using HTTP redirects which I don't want. With iFrames, it messes up my mime type, and it doesn't let me bookmark pages, everytime I press refresh it takes me back to index.html. Is it possible using DNS or CNAME with 1&1 to fix this so it acts normally? Darylmahar.com using iFrames to connect to dm.northernlightstech.com Quote Link to comment https://forums.phpfreaks.com/topic/104694-solved-options-other-than-iframes/ Share on other sites More sharing options...
tomfmason Posted May 8, 2008 Share Posted May 8, 2008 sounds like you need a server alias(ServerAlias Darylmahar.com) for dm.northernlightstech.com or a proxy. If they have mod_proxy enabled(I doubt it) you could use a proxy rewrite like this: RewriteEngine On RewriteRule ^(.+)$ http://dm.northernlightstech.com/$1 [P,L] Quote Link to comment https://forums.phpfreaks.com/topic/104694-solved-options-other-than-iframes/#findComment-535816 Share on other sites More sharing options...
fenway Posted May 8, 2008 Share Posted May 8, 2008 I would address this at the DNS level. Quote Link to comment https://forums.phpfreaks.com/topic/104694-solved-options-other-than-iframes/#findComment-535859 Share on other sites More sharing options...
Guardian-Mage Posted May 8, 2008 Author Share Posted May 8, 2008 How would I address this at the DNS level? Quote Link to comment https://forums.phpfreaks.com/topic/104694-solved-options-other-than-iframes/#findComment-536176 Share on other sites More sharing options...
fenway Posted May 9, 2008 Share Posted May 9, 2008 How would I address this at the DNS level? Maybe I've misunderstood your "pointing to another domain". Could you give some URL examples? Quote Link to comment https://forums.phpfreaks.com/topic/104694-solved-options-other-than-iframes/#findComment-536679 Share on other sites More sharing options...
Guardian-Mage Posted May 9, 2008 Author Share Posted May 9, 2008 I am trying to use CNAMES right now, but my host is taking forever. I want darylmahar.com to show the content of dm.northernlightstech.com without using frames/redirects. I don't want anybody to know that their is a domain called dm.northernlightstech.com, only darylmahar.com Quote Link to comment https://forums.phpfreaks.com/topic/104694-solved-options-other-than-iframes/#findComment-536786 Share on other sites More sharing options...
fenway Posted May 9, 2008 Share Posted May 9, 2008 "Show content" isn't a DNS issue.. it just deals with IP mappings. If your host's DNS is problematic, use another DNS server. Quote Link to comment https://forums.phpfreaks.com/topic/104694-solved-options-other-than-iframes/#findComment-536933 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.