I used to have PHP installed CGI. I have now installed it manually using the binaries. There's only one problem... while my scripts used to work with relative paths, now when I try and navigate anywhere PHP is trying to instert a messed up directory in the location bar. Example:
http://localhost/'index.html/'
Unfortunately, this is not right... it's supposed to be:
http://localhost/folder/index.html
This is really weird, and I'm not sure why PHP is doing this now, but if anybody knows how to fix it, I'd be very appreciative. Thanks.