Web Hosting Talk







View Full Version : Php problem


nkad
08-12-2003, 03:13 AM
What directive in the php.ini file do i need to change so that when php outputs errors it doesn't output the physicaly mapped path of the php file in question. I would rather have it output something like..

www.hosting.com/membername/phpfile.php

Insead of:

f:\home\membername\phpfile.php

DaRamirez
08-12-2003, 06:19 AM
You got to set php error pages your self.

look at webeserver information

harmonic
08-12-2003, 06:30 AM
yes, definitely set a custom error message in apache.

http://www.htmlcenter.com/tutorials/tutorials.cfm/150/General/