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:
I restarted the AMP services.
Any help would me much appreciated!!
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
Any help would me much appreciated!!
Comment