> Get rid of all the rewrite junk and just set a dummy servername; this 
> will catch ALL undefined hostnames.
> Then Redirect / to the correct vhost.

Yep, we tried something like this (see below) and it crashed Apache even though 
the syntax is correct.

<VirtualHost *:80>
      #virtual host entry #1
</VirtualHost>

<VirtualHost *:80>
      #virtual host entry #2
</VirtualHost>

<VirtualHost *:80>
        #very last virtual host entry #934
        ServerName     t1shopper-catch-all.com
        ServerAlias    *
        RewriteEngine On
        RewriteRule     .* http://www.t1shopper.com%{REQUEST_URI} [L,R=301]
</VirtualHost>


---------------------------------------------------------------------
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