RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTP_HOST} ^(.*).site\.com RewriteRule ^(.*)$ index.php?page=$1 [NC,QSA,L]