Jump to content

[SOLVED] Options other than iframes?


Guardian-Mage

Recommended Posts

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

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.