I'd like to associate everything under one virtual host in Apache with a CGI script (named index.cgi), so that the root page (http://example.com/) will be the index CGI script but also every other page on the server will use the same script.
I know I've seen this done before without mod_rewrite, I'm just not sure how.
Thanks!