Stop php error messages and warnings via htaccess file - Apache Views : 304
Tagged in : Apache
0 0
Send mail
Stop php error messages and warnings via htaccess file:

Use the following code to stop php error messages and warnings via htaccess file
RewriteEngine on
php_flag display_errors off
By Ramya, On - 2011-08-10



    Login to add Comments .