|
Posted by universalbitmapper on 11/18/29 11:43
Hi,
I'm a newbie learning PHP APACHE MySQL from a manual.
I've reached the errors processing chapter, they made me type a nice
"error.php" file which handles errors 400, 403, 500, except they don't
say where to copy it.
I tried under c:\wamp\www\, c:\wamp\apache2\errors, but it doesn't
spark.
I modified httpd.conf that way:
[code]
ErrorDocument 400 /error.php?400
ErrorDocument 401 /error.php?401
ErrorDocument 403 /error.php?403
[/code]
I restarted the AMP services.
Any help would me much appreciated!!
Navigation:
[Reply to this message]
|