On Wed, Jun 1, 2011 at 7:05 PM, Geoff Millikan <gmilli...@t1shopper.com> wrote:
> I want to make a catch-all virtual host (like the manual mentions below) 
> which redirects any errant hostnames like
> http://oopsie.mydomain.com/ to our main hostname at http://www.mydomain.com/  
>  But the below example doesn't work - I'm getting an
> infinite redirect from http://www.mydomain.com/ right back to 
> http://www.mydomain.com/

missing NameVirtualHost *:80?  That would be the easiest way to get
sent back to the 1st vhost after the redirect.

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