Hello,
Is there any way to configure Apache so that ANY page of some site (iBay) will be generated by one CGI program (one CGI program for the whole site)?
That is for example
http://www.example.com/ will call that script and
http://www.example.com/some/path will call the same script (and leaving the path "/some/path" in env variable PATH_INFO, or elsewhere)
Is that possible?
Thank for help.