SuPHP good practices
Hello,
I have SuPHP activated and it works fine but I have a problem. If I place in the .htaccess file
"suPHP_ConfigPath" I lost all php extensions loaded by default.
Is there any way to load some php extensions by default without placing it in the user's home php.ini?
Regards
-
Howdy, If you set suPHP_ConfigPath in the htaccess file, you will need to provide a *full* php.ini, including all modules you need loaded. If you don't set that directive in the htaccess, the modules will be loaded, but your directives will be picked up from php.ini / .user.ini. I hope this helps! 0 -
Ok. I have tried the .user.ini file and it works! Thank you! 0
Please sign in to leave a comment.
Comments
2 comments