vote up 0 vote down star

I am looking to map a xxxxx.com to aaaaa.com. They would be hosted on the same server. I just would xxxxx.com to be an alias for aaaaa.com. So if you want to login at aaaaa.com/login.php you can just as easily do it via xxxxx.com/login.php (having xxxxx.com showing in the address bar).

Is this possible and if so how?

Thank you very much,

Cei

flag

2 Answers

vote up 0 vote down

If you are using Apache, you could take a peek at the ServerAlias directive.

link|flag
vote up 0 vote down

You can't do it within .htaccess, but within a http.conf <VirtualHost> section you can use the ServerName and ServerAlias directives to accomplish this.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.