PHP scripts not executing

metropolstyle

Registered
I've installed Marc Liyanage's (www.entropy.ch) PHP 5 package on OS X 1.4.3. I've gone into Terminal to edit httpd.conf and activate PHP. PHP scripts that reside in the /Library/WebServer/Documents folder execute, but PHP pages in a subfolder of that folder won't execute - the code appears in the browser. I've never seen this before in my years of developing PHP with OS X - anyone have any ideas?
 
It had to do with the permissions on the subfolder. I changed them so that the 'admin' group had Read & Write access to the folder and its contents.
 
Back
Top