I just transferred a site from an EA3 server running Apache 2.2 and PHP 5.6 to an EA4 server running Apache 2.4 and PHP 5.6. In the .htaccess file for this site, there's a SetEnv declaration:
It works on the old server but not on the new server. httpd -M shows that env_module (shared) + setenvif_module (shared) are loaded.
Is there some other way I can use SetEnv for PHP for single user?
Code:
SetEnv APPLICATION_ENV production
Is there some other way I can use SetEnv for PHP for single user?