Answer the question
In order to leave comments, you need to log in
php_value in Zend Server CE 5.5?
Please tell me how to fix the situation. Installed Zend Server CE 5.5, configured everything, edited the configurations. There is little left to do to make the php_value flags in .htaccess work, but they cause a 500 error. I googled everything, I did not find the answer, the recommendations do not work.
Answer the question
In order to leave comments, you need to log in
EMNIP, in ZendServer PHP works like CGI. Accordingly, php_value is out of place.
Very strange. Have a look at php.ini. Do you have errors turned off? If so, please enable them:
What are the permissions on the directory where the .htaccess is located? Is it worth:
??
display_errors 1
error_reporting E_ALL
AllowOverride All
php_value in .htaccess only works if PHP is running as mod_php (apache module)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question