DocumentRoot /var/www/html/drupal
AliasMatch ^/site/\w+/index.php /var/www/html/drupal/index.php
AliasMatch ^/site/\w+/(modules|misc|files|themes|sites)/(.*)$ /var/www/html/drupal/$1/$2
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^var/www/html/drupal(.*)$ index.php?q=$1 [L,QSA]
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/site/
RewriteCond %{REQUEST_URI} !index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/var/www/html/drupal/site/(\w+)(/)?(.*)$ http://portal.mydomain.com/site/$1/index.php?q=$3 [L,QSA]