RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteCond %{HTTP_HOST} ([^*]+)\.domain\.com [NC]
RewriteRule ^(.*)$ script.php?x=%1 [NC]
where %1 will be everything before .domain.com
so if its one.two.three.domain.com it will go to domain.com/script.php?x=one.two.three
__________________
hatisblack at yahoo.com
|