php - php_value in .htaccess show Internal Server Error -


i add line handeling error txt files in .htaccess :

php_value  log_errors on php_value error_log /hermes/bosoraweb114/b2947/arcom/cms/cache/logs/errorser.txt 

but in action page see : internal server error

when remove 2 lines page worked. how can fix problem?

you need determine if php setup in cgi mode. if cannot add lines .htaccess file. need make changes via php.ini

check link how check if php cgi or apache: https://www.opensource-excellence.com/blog/item/416-how-to-determine-php-is-running-as-php-cgi-or-apache-module?.html


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -