Re: [EMAIL PROTECTED] CGI without displaying script in URI

2008-05-06 Thread Justin Jereza
Thanks. I've read up on your suggestions to some extent. Every request going to a script won't be a problem since I've got vhosts and I can compartmentalize them. Right now I've gotten to symlinking the index but I was hoping for a better solution. Thanks again. :-) On Mon, May 5, 2008 at 8:49

[EMAIL PROTECTED] CGI without displaying script in URI

2008-05-05 Thread Justin Jereza
Hello. How can I configure Apache to make a CGI script respond to all requests to / or any other arbitrary location and all locations under that without showing the name of script in the URI? The best I can do is http://foo.com/gateway.cgi/bar, I'm trying to configure it so that I'll only need

Re: [EMAIL PROTECTED] CGI without displaying script in URI

2008-05-05 Thread Joshua Slive
On Mon, May 5, 2008 at 2:59 AM, Justin Jereza [EMAIL PROTECTED] wrote: Hello. How can I configure Apache to make a CGI script respond to all requests to / or any other arbitrary location and all locations under that without showing the name of script in the URI? The best I can do is