Skip to content
Snippets Groups Projects
Commit 0b42d1dc authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #109150 by webernet: typo in documentation.

parent cc62bb26
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment