These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Out of Pod Experience

 
  • Topic is locked indefinitely.
 

Domain mapping/masking

Author
Reiisha
#1 - 2012-07-04 13:06:23 UTC
So i want to map a domain to a subsite somewhere, in a way that the domain stays at the root of the url:

www.test.com should go to www.blah.com/page/subpage , but relative to that it should always keep www.test.com in the address bar, possibly including the relative path (so www.blah.com/page/subpage/subsubpage/stuff should be www.test.com/subsubpage/stuff ).

It's okay though if it stays www.test.com , the relative path would be nice but is not necessary.

Anyone know how to do this efficiently?

If you do things right, people won't be sure you've done anything at all...

Tabane Shinonono
Perkone
Caldari State
#2 - 2012-07-04 13:18:26 UTC
IFrame with a 0/100% ? but it will look like a phishing site to me lol.

Reiisha wrote:
So i want to map a domain to a subsite somewhere, in a way that the domain stays at the root of the url:

www.test.com should go to www.blah.com/page/subpage , but relative to that it should always keep www.test.com in the address bar, possibly including the relative path (so www.blah.com/page/subpage/subsubpage/stuff should be www.test.com/subsubpage/stuff ).

It's okay though if it stays www.test.com , the relative path would be nice but is not necessary.

Anyone know how to do this efficiently?

Reiisha
#3 - 2012-07-04 13:40:43 UTC
Iframe is not an option.

Preferably something that involves cname and/or dns masking, though the latter doesnt seem to be on offer with most hosts.

It should also work for a site running on windows server 2003.

If you do things right, people won't be sure you've done anything at all...