buccaneerob
04-22-2003, 02:02 PM
How do I disable PHP safe mode on a few different virtual domains??
![]() | View Full Version : Disabling PHP Safe Mode on just one domain buccaneerob 04-22-2003, 02:02 PM How do I disable PHP safe mode on a few different virtual domains?? wizital 04-22-2003, 02:36 PM edit your httpd.conf file <Directory "/home/vdomain/public_html/"> php_admin_value safe_mode Off </Directory> MBC 04-22-2003, 02:36 PM Add this to the virtual host entry : php_admin_flag safe_mode off |