Need technical assistance with your current hosting provider? We can help you. You don't need to move your site. Contact us using the form on the right.

Do you know that we offer business web hosting for your PHP applications? We know PHP as well as htaccess very well, so you can always ask for technical help, once you become our hosting or web development customer.

Sometimes it's very important to have the ability to enable all available error_reporting settings for your website without editing the source code. To achieve this, some changes to your .htaccess need to take place.

php_value error_reporting 7
php_flag display_errors On

By the way, you can easily disable the error_reporting by placing the hash sign (#) in the beginning of the line in your .htaccess:

#php_value error_reporting 7
#php_flag display_errors On