Forum Moderators: open
I tried to use a redirect so example.com goes to www.example.com like this:
RewriteEngine On
RewriteCond %{HTTP_HOST}!^www.example.com$ [NC]
RewriteRule ^(.*)$ [example.com...] [R,L]
but that doesn't help at all.
[edited by: ciml at 11:58 am (utc) on Jan. 17, 2004]
[edit reason] Domains examplified. [/edit]
[edited by: ciml at 12:00 pm (utc) on Jan. 17, 2004]
[edit reason] Domains examplified. [/edit]