Project

General

Profile

« Previous | Next » 

Revision 7959

web/vegpath/.htaccess: Remove www subdomain

View differences:

web/vegpath/.htaccess
9 9
RewriteOptions inherit
10 10
RewriteBase /
11 11

  
12
# remove www subdomain
13
RewriteCond %{HTTP_HOST} ^www\.(.*)$
14
RewriteRule ^.*$ http://%1/$0 [redirect]
15

  
12 16
# don't rewrite existing paths
13 17
RewriteCond %{REQUEST_FILENAME} -d [ornext]
14 18
RewriteCond %{REQUEST_FILENAME} -f [ornext]

Also available in: Unified diff