I've uploaded some php scripts to my server under /php directory and sub directories.
When using my root user in terminal and running php file.php
it execute it perfectly, but when trying to reach the same file through the browser - nothing happens...
I guess it something to do with permissions.
I've tried chmod 755 phpdirectory
but it doesn't work..
what else should i do in order to give the browser user the ability to run php scripts ?
Update I'm using FreeBsd system with apache and Direct Admin on it. Can some one please guide me to where to check the settings ?