Click to See Complete Forum and Search --> : Slashes after filename in Apache


Anon
07-23-2001, 01:50 AM
Hi there...

I'm looking into using slashes after PHP filenames to feed parameters to my script, like: www.site.com/index.php/frames/set/345. I've tried doing this with a phpinfo() file, and it works, the extra parameters reflected can be seen in PATH_INFO and REQUEST_URI.

But: it won't work on my own local webserver, the one I'm running at home. When I try to feed it any slash after the filename, I get an Internal Server Error (500). Is this maybe because I am running PHP as CGI instead of Apache API, or maybe because I am missing some Apache modules? I don't really understand, and I can't find any docs on the subject.

Can anybody help? Thanks in advance.

Askama