How can I find out if my php.ini/htaccess changes work OK?
Date added: Monday, 25 January 2010 |
Last revised: Wednesday, 27 January 2010 |
Hits: 291
Answer
Not all hosts allow to change PHP configuration values through php.ini
files or .htaccess files. Sometimes only some items can be changed and
others can't.
For example, your PHP memory limit is set to 8M, but you want to double that. In your .htaccess file, you have this line:
php_value memory_limit 16M
To make sure a change you made is actually making any difference, you can use Joomla!'s System Info:
- Joomla!: Help -> System Info -> PHP Information