From 08e516d87f90728070af0a6e9182e8457e8d1543 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 12 Mar 2007 14:40:14 +0000 Subject: Don't auto-redirect to non-www hostname Strip "www." from all urls Added "no www" page to install Can now install from url starting with "www." git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@912 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- htaccess.dist | 3 --- 1 file changed, 3 deletions(-) (limited to 'htaccess.dist') 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] -- cgit