disable safe mode for subdomains

jjones

New member
Joined
Aug 26, 2011
Messages
1
Hi,
Please I need to know how to disable safe mode for a subdomain. I am on a OpenVZ vps.

Thanks.
 
if you use php in CLI mode you should be create an .htaccess file whit this line: php_flag safe_mode off
 
Back
Top