Giving away too much info:(

johndrake

Beta member
Messages
4
I am new to webservers and i mentioned traffic to one particular site on mine - /phpinfo.php. it contains all possible info for the server environment. how to disable it?
 
the PHP infor file looks something like this
<?PHP
php_info();
?>

You can delete it safely, or rename it to whatever you like, - it is not critical in anyway.
 
Back
Top Bottom