View Single Post
Old 05-29-2002, 08:09 PM  
Va2k
I’m still alive barley.
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
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
__________________
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote