mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Added recommended php directives to the virtualhost, well just one for now (display_errors off)
This commit is contained in:
@@ -200,6 +200,9 @@ $minute = rand(0, 59);
|
||||
<IfModule mod_speling.c>
|
||||
CheckSpelling Off
|
||||
</IfModule>
|
||||
|
||||
# A few recommended PHP directives
|
||||
php_flag display_errors off
|
||||
|
||||
# If you have Russian Apache with mod_charset installed,
|
||||
# do not forget to search for this line in your existing
|
||||
|
||||
Reference in New Issue
Block a user