summaryrefslogtreecommitdiffstats
path: root/htaccess.dist
diff options
context:
space:
mode:
Diffstat (limited to 'htaccess.dist')
-rw-r--r--htaccess.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/htaccess.dist b/htaccess.dist
index 064d236..0f14905 100644
--- a/htaccess.dist
+++ b/htaccess.dist
@@ -1,9 +1,6 @@
RewriteEngine On
RewriteBase BASE/
-# Rewrite www.domain.com to domain.com
-RewriteCond %{HTTP_HOST} ^www\.(.*)
-RewriteRule ^(.*) http://%1/$1 [R,L]
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]