The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
442 views

URL masking with .htaccess

I need a hardcore programmer to help me with URL masking. So this is my situation. My website www.michaelfotograf.dk/blog/ is the main site that needs to be configured. I have another ...
4
votes
1answer
924 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 ...
3
votes
1answer
413 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 ...
2
votes
2answers
847 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 ...
1
vote
3answers
64 views

Show index page of domain1 when user enters the URL of domain2

I have two domains: www.domain1.com and www.domain2.com. I want to implement the following scenario: Whenever a user enters www.domain2.com, the browser should display contents of www.domain1.com but ...
1
vote
2answers
713 views

Domain forwarding with url substitution in the address bar

I have a blog being served by a machine I have at home. Since the ip can change i set up a dyndns domain to always point to that machine. However, I purchased a more friendly domain (at godaddy.com) ...
1
vote
1answer
82 views

Domain forwarding with a dot com

Ok, I can't find this exact situation here, so here it goes... We have a website at somedomain.US At the time this was put up, someone else owned the .COM and .NET versions of the domain. This .US ...
1
vote
1answer
128 views

siteground hosting forwarding

I would like to ask (maybe simple) question for you. I have a website which is called let's say www.website1.com on different hosting provider(siteground) I have www.website2.com ...
0
votes
3answers
970 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 ...
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. ...