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 Quote 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. Quote 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? Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/13365-php-safe-mode-issue/#findComment-51695 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.