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
4 days 7 hours ago
5 days 4 hours ago
6 days 6 hours ago
1 week 2 days ago
1 week 4 days ago
1 week 4 days ago
2 weeks 13 hours ago
7 weeks 4 days ago
7 weeks 4 days ago
8 weeks 23 hours ago