Stop php error messages and warnings via htaccess file
by Ramya[ Edit ] 2011-08-10 17:54:08
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