Changeset 320
- Timestamp:
- 09/13/05 11:14:13 (3 years ago)
- Files:
-
- trunk/htaccess.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/htaccess.dist
r266 r320 2 2 RewriteBase BASE/ 3 3 4 # Rewrite www.domain.com to domain.com 5 RewriteCond %{HTTP_HOST} ^www\.(.*) 6 RewriteRule ^(.*) http://%1/$1 [R,L] 4 7 5 8 ###
