Prevent public display of PHP errors via htaccess # supress php errorsphp_flag display_startup_errors offphp_flag display_errors offphp_flag html_errors offphp_value docref_root 0php_value docref_ext 0 Preserve (log) your site’s PHP errors via htaccess # enable PHP error loggingphp_flag log_errors onphp_value error_log /home/path/public_html/domain/PHP_errors.log
Activare .htaccess
Enable .htaccess in iBay log on using shell (putty, etc.) with the root username and password. login as: rootroot@server’s password: password Enter the following commands: (where: my_ibay_name is the name of the ibay we want to enable for .htaccess override) [root@server ~] db accounts setprop my_ibay_name AllowOverride All[root@server ~] signal-event ibay-modify my_ibay_name Allow FollowSymLinks When […]
Timp maxim de executie
How do I change the PHP maximum execution time? In an .htaccess file in the same directory as the executing script, include this line: php_value max_execution_time ? Replace „?” with the with the value you need to replace it with. Our default time is set to 30 seconds and a successful modification of the maximum […]