Aha! Thanks. I added added some mod_rewrite lines to .htaccess (below) and it seems to be working. Thanks!
Code:RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
Aha! Thanks. I added added some mod_rewrite lines to .htaccess (below) and it seems to be working. Thanks!
Code:RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
Bookmarks