I would like to map all incoming requests of a virtualhost to the same ASP file. Is there a way I can do this without using mod_rewrite?
So I need
http://domain/whatever/andanythingelse
http://domain/whatever/hello.xyz?zoh=zoh
call the same
$documentroot/index.asp
which should be able to access the URI (in the original form).
Is this possible? How?
Thanx, - Csongor
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]