What permissions do I need to set for my PHP script files?

To avoid difficulties, set the PHP script file permissions to 755 (read, write, and execute permissions for the user as well as read and execute permissions for the group and world).

Was this answer helpful?

Related Articles

What is PHP?

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a popular open source general-purpose...

Where can I find the PHP executable?

The absolute path to the PHP executable on Hostginger Hosting's servers is /usr/local/bin/php.

How to set up a custom php.ini file?

A php.ini file contains directives that allow you to modify several PHP settings. You can define...