| Turn off error messages |
|
|
|
|
It is not good to have PHP error messages displayed on your site, it can help to give an attacker information about your server. You can turn these off by creating a text file called 'php.ini', which goes in the root folder of your Joomla site. You may have one of these already. You need to add the following line to your file:- display_errors=0 |



