Check after server installation
- short_open_tag = On
Allows you to use “<?php” and “<?”. - display_errors = On
Displays the error message when an error occurs while running a PHP script.
(When set to off, an HTTP 500 Internal Server Error is displayed.) - date.timezone = Asia/Seoul
Sets the time zone. - error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED
Ignores notice errors.
(* php.ini path: php –ini | grep php.ini)





