summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-13 08:49:45 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-13 08:49:45 +0000
commitdec8354485f35d2be3c547c9ee333ca23c3aa169 (patch)
tree32f900ab876b1002e208cce06010f1f49a91a702 /.htaccess
parentd6a164c4008395e323ef8888a3c8867188f40d6b (diff)
downloadbrdo-dec8354485f35d2be3c547c9ee333ca23c3aa169.tar.gz
brdo-dec8354485f35d2be3c547c9ee333ca23c3aa169.tar.bz2
#56634, docs improvement, patch by JonBob
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index df1209ccb..bedf519ff 100644
--- a/.htaccess
+++ b/.htaccess
@@ -54,11 +54,11 @@ DirectoryIndex index.php
# If your site can be accessed both with and without the prefix www.
# you can use one of the following settings to force user to use only one option:
#
- # If you want the site to be accessed WITH the www. only, adapt and comment out the following:
+ # 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 comment out the following:
+ # If you want the site to be accessed only WITHOUT the www. , adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} !^example\.com$ [NC]
# RewriteRule .* http://example.com/ [L,R=301]