View Single Post
Old 12-17-2007, 11:38 PM   #6 (permalink)
Matt83
The Contributor
Upcoming Programmer 
 
Matt83's Avatar
 
Join Date: Oct 2007
Location: Argentina
Posts: 72
Thanks: 18
Matt83 is on a distinguished road
Default

you mean something like this?

Quote:
Options +FollowSymLinks
RewriteEngine on

RewriteCond %{HTTP_HOST} !^www\.domain\.com$ [NC]
RewriteCond %{HTTP_HOST} ^([^\.]+)\.domain\.com$ [NC]
RewriteRule ^$ /sites/%1 [QSA,L]
__________________
http://www.mattvarone.com
Matt83 is offline  
Reply With Quote