Knowledgebase: PHP / Programming
How do I change PHP options / directives?
Posted by Cody R., Last modified by Brian F. on 29 September 2010 10:29 AM
|
|
You can change PHP configuration values by modifying your .htaccess file and using the php_flag command. Here is an example turning on error_reporting:
| |
|
Comments (0)