How to hide php errors
Posted: Thu Dec 10, 2009 3:24 pm
Hello,
How can I hide php errors like this below for example when I'm accesing my website(I've just changed index file extensions for this example purpose but I had such a errors before):
Regards
How can I hide php errors like this below for example when I'm accesing my website(I've just changed index file extensions for this example purpose but I had such a errors before):
Is it possible that instead of this the browser will be display some HTTP error like error 400 (Bad request) for example or somethomg like that, because in this case everybody see my directory structure ect.PHP Warning: include(ip/index.pphp): failed to open stream: No such file or directory in C:\Web\DarkSpace\index.php on line 53
PHP Warning: include(): Failed opening 'ip/index.pphp' for inclusion (include_path='.;C:\php5\pear') in C:\Web\DarkSpace\index.php on line 53
Regards