Tagged Questions
4
votes
1answer
942 views
How can I use .htaccess to rewrite different domains to different sub-directories, masking the sub-directory?
I have a shared hosting plan that allows unlimited addon domains, but they can only point to the public root (/). I use .htaccess to point different domains to their corresponding sub-directories. For ...
0
votes
1answer
75 views
Url redirecting/masking/proxying
Sorry about the title, I'm not quite sure what to call what I'm trying to do.
Our university department (distance ed.) has two servers: a WordPress-only server and a main/everything else server.
...
3
votes
1answer
415 views
Masking a redirection in IIS7
My tools:
IIS7
1 x Windows 2008 Server
IIS URL Rewrite Module 2 (installed)
My requirement:
Mask the redirection of www.bob.com to www.abc.com/bob/index.html - the end user should not see the ...
0
votes
3answers
974 views
IIS 7: Masking real domain
I have a website with 2 languages.
website.local/fr
and website.local/en
How can I redirect:
myfrweb.com to website.local/fr
and
myenweb.com to website.local/en
keeping the myenweb.com or ...
2
votes
2answers
856 views
What is domain “masking” or “cloaking”? Why should it be avoided for a new web site?
What exactly is the domain name "masking" or "cloaking" offered by some hosting companies, (as opposed to redirection), and what are the various reasons it should be avoided when setting up a new web ...