1: 2: 3: 4: 5:
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^([^.]+)\.site\.com$ [NC] RewriteCond %1 !=www [NC] RewriteRule ^([a-z]+\.html)?$ /index.php?client=%1&page=$1 [L]