#80861 by m3avrck. Avoid clobbering subdomains in the example code.

5.x
Neil Drumm 2006-09-01 07:25:25 +00:00
parent 5333b648a3
commit 17bffb056c
1 changed files with 2 additions and 2 deletions

View File

@ -58,12 +58,12 @@ DirectoryIndex index.php
#
# If you want the site to be accessed WITH the www. only, adapt and
# uncomment the following:
# RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule .* http://www.example.com/ [L,R=301]
#
# If you want the site to be accessed only WITHOUT the www. prefix, adapt
# and uncomment the following:
# RewriteCond %{HTTP_HOST} !^example\.com$ [NC]
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule .* http://example.com/ [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory and