Quote:
Originally Posted by till
You mix up a few things here, the .htaccess works fine and overrides the settings in the global apache configuration on your server. A .htaccess file is a config file of the apache server and not a config file of the php binary, the php settings that you refer to like php_value or php_flag are settings for the apache module mod_php and not for the php-fcgi program. You can set values for php-fcgi in the php.ini field of the website, so its even easier then editing a .htaccess file manually, the syntax is the same that you find in the php.ini.
|
Ahh my mistake, I had an inkling that I was mistaken but I posted anyway. Thank you for correcting my error.
So basically you are saying that anything placed into the php.ini field on the website determines the settings irrespective of the server config in
Code:
/etc/php5/cgi/php.ini
Recent comments
22 hours 14 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 18 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 8 hours ago
2 days 13 hours ago
2 days 13 hours ago