|
Okay fixed the above if anyone else has problems with doing the same setup I did which was php4 as cgi
In the /usr/local/php4/lib/php.ini right under
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
I added
cgi.fix_pathinfo=1
All is good
|