Forum Moderators: phranque

Message Too Old, No Replies

Forwarding domains

http://this.com to http://www.this.com

         

u4eas

1:09 pm on Oct 12, 2005 (gmt 0)

10+ Year Member



How would i set this up in apache?

jdMorgan

3:00 pm on Oct 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is this [google.com] what you're looking for?

If not, please be a lot more specific. There are many variations on this theme, depending on your hosting setup and your goals.

Jim

u4eas

12:30 pm on Oct 13, 2005 (gmt 0)

10+ Year Member



thanks

this is what i was looking for...

RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]