From 0b42d1dcdf681bf2c8c0e66e53f3c602db743551 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 18 May 2007 22:09:45 +0000 Subject: [PATCH] - Patch #109150 by webernet: typo in documentation. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 0fda7f5b3d7..9fe2097ade2 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]