SetEnv in .htaccess file doesn't seem to work with PHP-FPM |
(03-22-2018, 12:21 PM)InsiteFX Wrote: Make sure that mod_env.s or mod_env.so is enabled in your php.ini and Apache config. if i understnd you correctly, mod_env is installed as an apache module: Code: $ sudo apachectl -M | grep env Apparently other folks have this problem too: https://forum.codeigniter.com/thread-68103.html |
Messages In This Thread |
SetEnv in .htaccess file doesn't seem to work with PHP-FPM - by sneakyimp - 03-22-2018, 11:32 AM
RE: SetEnv in .htaccess file doesn't seem to work with PHP-FPM - by InsiteFX - 03-22-2018, 12:21 PM
RE: SetEnv in .htaccess file doesn't seem to work with PHP-FPM - by sneakyimp - 03-22-2018, 02:10 PM
|