Tagged Questions

1
vote
1answer
30 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: …
0
votes
2answers
187 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 …
0
votes
3answers
209 views

re-direct / re-write my domain

firstly, i have already spents 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
2answers
108 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 …
0
votes
1answer
39 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 …
1
vote
5answers
445 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 …