Safe Mode and open_basedir

Safe Mode

The PHP safe mode is an attempt to solve the shared environment server security problem. It is architecturally incorrect to try and solve this problem at the PHP level.

open_basedir

Limit the files that can be opened by PHP to the specified directory-tree, including the file itself. This directive is NOT affected by whether Safe Mode is turned On or Off.

Note: Due to the security purpose, safe_mode and open_basedir are activated in iwebhosting.com.my Shared Environment server.

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Related Articles

PHP Send Mail (HTML) Script

  Line No Coding 1 2 $to = 'user1@OtherDomain.com' . ','; //Specify...

Enable display_errors In PHP

Enable display_errors For PHP The web server by default do not have the display_errors turned on...

Enable PHP with Register Globals Turned On

This setting applied to both PHP version 4.x and 5.x. After this tutorials, you will be able to...

PHP increase the session timeout

If you wish to increase the session timeout, you may include the following command line in to the...

Do You Support $_Server['DOCUMENT_ROOT'] ?

$_Server['DOCUMENT_ROOT'] is referring to doc_root value in php.ini which is currently set to...