Tagged Questions
The domain-mask tag has no wiki summary.
1
vote
1answer
383 views
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:
...
1
vote
2answers
553 views
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
...
1
vote
5answers
1k views
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 ...
0
votes
1answer
351 views
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 ...
0
votes
3answers
355 views
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 ...
0
votes
1answer
58 views
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 ...
0
votes
2answers
582 views
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 ...