oops ... heres my VH setting from httpd.conf again, the part after ServerName on the first email i sent was wrong (yet another domain we host).
TIA, chad <VirtualHost www.pexchange.com> ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/pexchange.com/htdocs ServerName www.pexchange.com <Directory /home/pexchange.com/cgi-bin/ AllowOverride None Options ExecCGI FollowSymLinks </Directory> ScriptAlias /cgi-bin/ /home/pexchange.com/cgi-bin/ AddType text/html .shtml AddHandler server-parsed .shtml DirectoryIndex index.shtml index.html ErrorLog /home/pexchange.com/weblogs/error.log CustomLog /home/pexchange.com/weblogs/access.log bonelessbangus </VirtualHost>

