ViralStef Posted July 1, 2006 Share Posted July 1, 2006 Hi allI have a question about PHP safe mode. On my website, phpinfo() tells me that the local value for PHP safe mode is On. But the master value is Off.Am I able to change the local value, by using a htaccess-file or something?Help would be very appreciated.Grtz Link to comment https://forums.phpfreaks.com/topic/13365-php-safe-mode-issue/ Share on other sites More sharing options...
wildteen88 Posted July 1, 2006 Share Posted July 1, 2006 PHP Safe Mode may be turned on in number of places, either within the servers main configuration file (not the php.ini), which you may not be allowed access to, within an .htaccess file or which in a custom php.ini file. Link to comment https://forums.phpfreaks.com/topic/13365-php-safe-mode-issue/#findComment-51627 Share on other sites More sharing options...
ViralStef Posted July 1, 2006 Author Share Posted July 1, 2006 But, what can I do to test if I can change it? Link to comment https://forums.phpfreaks.com/topic/13365-php-safe-mode-issue/#findComment-51672 Share on other sites More sharing options...
wildteen88 Posted July 1, 2006 Share Posted July 1, 2006 I'm not sure but look for a php.ini file and see whether safe mode is enabled in there. Or look for an .htacess files in your root folder, most probably public_html and see what PHP settings it has in there. Link to comment https://forums.phpfreaks.com/topic/13365-php-safe-mode-issue/#findComment-51685 Share on other sites More sharing options...
ViralStef Posted July 1, 2006 Author Share Posted July 1, 2006 I can't find a php.ini-file, neither a .htaccess-file. Could they be hidden?thx & grtz Link to comment https://forums.phpfreaks.com/topic/13365-php-safe-mode-issue/#findComment-51695 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.