> 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: [email protected] For additional commands, e-mail: [email protected]
