hello,
I have some old software that I will be getting rid of, but until then:
the htaccess file (located in domain.com/file) is required to have this in it:
php_flag session.auto_start 0
I have Smart static files processing turned off.
FastCGI application served by Apache.
Nginx is installed
basically I get Internal Server Error, just going to the doamin.com/file/ page
[core:alert] /var/www/vhosts/domain.com/httpdocs/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration, referer: https://domain.com/file/
IF I REMOVE this 'php_flag session.auto_start 0', it works.
BUT Then I can't login, because the software needs it
Maybe I'll turn off nginx for this one domain?
unless you know of a work around?
thanks
I have some old software that I will be getting rid of, but until then:
the htaccess file (located in domain.com/file) is required to have this in it:
php_flag session.auto_start 0
I have Smart static files processing turned off.
FastCGI application served by Apache.
Nginx is installed
basically I get Internal Server Error, just going to the doamin.com/file/ page
[core:alert] /var/www/vhosts/domain.com/httpdocs/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration, referer: https://domain.com/file/
IF I REMOVE this 'php_flag session.auto_start 0', it works.
BUT Then I can't login, because the software needs it
Maybe I'll turn off nginx for this one domain?
unless you know of a work around?
thanks
Last edited: