[ic] problem with site launch

Rick Eicher II interchange-users@icdevgroup.org
Tue Aug 20 12:20:14 2002


> 
> Hi All!
> My problem is:
> Our present URL www.vmss.com is linked to the old site.We have
finished
> our
> new interchange site http://www.vmss.com/~asavalan/cgi-bin/cart.cgi
but we
> don't know how to do, when the user picks up www.vmss.com it would pop
> directly into interchange index.html page.
> Thank you.
> 

We use the following in apache's httpd.conf:

<VirtualHost 1.2.3.4>
     ServerName www.domain.com
     DocumentRoot /home/domain/html/
     Redirectmatch ^/(index.html?)?$ /cgi-bin/domain
</VirtualHost>

This may need some tweaking depending on you set up.