This is what is in my httpd.conf file for tomswhores
</VirtualHost>
<VirtualHost 216.40.201.26>
ServerName
www.tomswhores.com
ServerAdmin admin
DocumentRoot /home/sites/site6/web
RewriteEngine on
RewriteCond %{HTTP_HOST} !^216.40.201.26(:80)?$
RewriteCond %{HTTP_HOST} !^
www.tomswhores.com(:80)?$
RewriteRule ^/(.*)
http://www.tomswhores.com/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site6/users/$1/web/$3
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddHandler server-parsed .shtml
AddType text/html .shtml
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
</VirtualHost>
its almost greek to me lol