When using multi-site configurations in Drupal 4.7, and you want to use URL rewriting in .htaccess to force 'www.' or non-'www.' subdomain access, the rewrite rules used in the standard .htaccess file may be problematic.
# If you want the site to be accessed WITH the www. only, adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
# RewriteRule .* http://www.example.com/ [L,R=301]
#
# If you want the site to be accessed only WITHOUT the www. , adapt and uncomment the following:
Recent comments
41 weeks 3 days ago
43 weeks 2 days ago
43 weeks 5 days ago
48 weeks 23 hours ago
50 weeks 1 day ago
50 weeks 4 days ago
51 weeks 4 days ago
1 year 3 weeks ago
1 year 4 weeks ago
1 year 7 weeks ago