using Apache, how can i edit my 403 error messages? Especially for purposes of tracking people who run into these messages using PHP.
you will need to modify your apache configuration to tell it where the error pages are located.
ErrorDocument 404 /error-404.php
.. something like that.
i think this link will help you: http://www.devwebpro.com/2003/0303.html
thank you, i got it now