summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-18 22:09:45 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-18 22:09:45 +0000
commit0b42d1dcdf681bf2c8c0e66e53f3c602db743551 (patch)
tree915e33b1854ca3bfa7c01c832e23cbfb3bf838a0 /.htaccess
parentcc62bb26441f88093b890a6e698740aa9a45ca43 (diff)
downloadbrdo-0b42d1dcdf681bf2c8c0e66e53f3c602db743551.tar.gz
brdo-0b42d1dcdf681bf2c8c0e66e53f3c602db743551.tar.bz2
- Patch #109150 by webernet: typo in documentation.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 0fda7f5b3..9fe2097ad 100644
--- a/.htaccess
+++ b/.htaccess
@@ -76,7 +76,7 @@ DirectoryIndex index.php
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
- # To force users to access the site WITHOUT the 'www.' prefix,
+ # To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]