I am hoping to find some more information about this PHP setting, I assume I need to change its value in the php.ini but I set the root the folder as /file/path/ or as http://www.domain.com/file/path?
Any advice would be great
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
safe_mode_exec_dirneeds to be set to a filesystem path. It can also contain multiple paths separated by semicolon.However, note that safe mode is deprecated and will be removed in PHP 6:
if you need added security in your PHP environment, there are better approaches like the Hardened PHP project‘s Suhosin patch.