> On each of these virtual hosts I want a request for any URI to be sent to the 
> document root default (/index.html or just /)
>
> What the best way to do this per virtual host?

I usually use:

AliasMatch ^(.*)$ /fspath/to/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to