>> default server www.t1shopper.com (/etc/httpd/conf/httpd.conf:663)
>> port 80 namevhost www.t1shopper.com (/etc/httpd/conf/httpd.conf:663)
>
>Is this the host that loops?

Yes.  When I uncomment the first <VirtualHost> entry below, the infinite loop 
happens on the second <VirtualHost> entry but then
again, that's the only domain we tested.

#First virtual host entry
#<VirtualHost *:80>
#       RewriteEngine On
#       RewriteRule     .* http://www.t1shopper.com%{REQUEST_URI} [L,R=301]
#       ErrorLog        /var/log/httpd/error_log
#       CustomLog       /var/log/httpd/access_log combined
#</VirtualHost>

<VirtualHost *:80>
   ServerName www.t1shopper.com
   DocumentRoot   /home/.../www
   <snip>
      


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to