safe mode on

apple

Verified User
Joined
Oct 19, 2006
Messages
9
Location
United Kingdom
Hi, I am installing a program that needs Safe Mode off. I can have access to the ph.ini file but not sure what to put in it. :o
 
The server admin can turn safe_mode on or off on a per-domain basis.

Jeff
 
jlasman said:
The server admin can turn safe_mode on or off on a per-domain basis.

Jeff

jeff, why don't you answer how ?

3 examples until more :

;server wide php.ini
; Safe Mode
;
safe_mode = Off

# domain .htaccess
php_flag safe_mode 0

# DA admin Custom HTTPD Configurations
php_flag safe_mode 0
 
Back
Top