Questions tagged [domain-mask]
8 questions
1
vote
5 answers
Domain Masking with HTML
How do I mask the address of another site using HTML?
For example, I'd like:
http://www.example.com/source.html
To point to another page:
http://www.example.com/dest.html
Note that the destination page could be on another domain.

ONODEVO
- 156
- 1
- 1
- 6
1
vote
1 answer
Grabbing masked URL in php from htaccess
How can I grab the masked URL in PHP from the htaccess? I have already tried HTTP_HOST, REQUEST_URI and SERVER_NAME but it always returns .com when I am trying to grab the masked url being .nl in this instance. HTTP_REFERER is not reliable and…

jk1001
- 13
- 5
1
vote
1 answer
What are potential issues with allowing clients to have CNAME / DNS Masking support in a web application?
Our company develops a web application that other companies can license. Typically, our application runs on:
www.company.example
And a client's version of the application is run on:
client.company.example
Usually, a client runs their own site…

Paul Burney
- 1,020
- 11
- 16
1
vote
2 answers
Domain masking/pointing to a directory of a web application?
I built a LAMP web application that let's users create their own profile page where they can upload their resume and portfolio. The url for a person's profile will be something like
http://jobbank.com/user/johndoe
John Doe registers the domain name…

John
- 32,403
- 80
- 251
- 422
0
votes
3 answers
re-direct / re-write my domain
First, I have already spent the past few hours trying to find a solution for this, but have had nothing but non-working solutions :(
It's pretty simple - I'm pointing the DNS of a new domain to my current hosting, but when I visit the new domain,…
Aiden
0
votes
1 answer
Which files besides .htaccess should I have at a site which uses a domain mask?
I have a site A and site B. Site B has a domain mask to Site A such that contents of Site A are visible at Site B.
Site B contains only a .htaccess -file.
Do I need other files besides .htaccess at the site B?

Léo Léopold Hertz 준영
- 134,464
- 179
- 445
- 697
0
votes
2 answers
Unable to show siteA's content at siteB by domain masking
I have a domain www.siteA.com, which uses Joomla, while the domain www.siteB.com is empty.
I would like to show the content of the domain www.siteA.com at www.siteB.com.
I tried to solve the problem first by making a domain redirection by .htaccess,…

Léo Léopold Hertz 준영
- 134,464
- 179
- 445
- 697
0
votes
1 answer
Masking / Pointing subdomain to different server and keeping same url in address
This may be a question for Server Exchange but I am starting to feel pretty cozy here and I feel like someone here will definitely know the answer. We are currently rebuilding a php site in rails and have the new site that is being rebuilt on a…

jeffreynolte
- 3,749
- 11
- 41
- 64