Web Hosting Talk







View Full Version : Redirect Subdomain


hci
08-06-2002, 01:58 AM
Can anyone tell me how to redirect mail.mydomain.com too www.mydomain.com/neomail ?

Matt

Tux-e-do
08-06-2002, 02:23 AM
:eek2: Is this a serious question?

hci
08-06-2002, 09:19 AM
When a user types in:

http://mail.mydomain.com/

I want it to redirect too:

http://www.mydomain.com/neomail

blacknight
08-06-2002, 09:59 AM
If you are on a RAQ you have Apache's mod_rewrite installed by default. Have a look at the documentation on that or do a search here on sub-domain redirects (try combination of the spelling)

robjohnston
08-07-2002, 08:36 AM
You can use the .htaccess to redirect the person to the correct URL.

Search on google for htaccess and redirect

Cheers, Rob.