Files
archived-presentations/slides/debugging/404_logging.xml
2004-03-09 16:41:39 +00:00

14 lines
444 B
XML

<slide title="Improved 404 Handling">
<blurb fontsize="4em">
Use web server's 404 handling mechanism to create custom error handler that can
do a better job at both tracking the errors and giving a user presentable output.
</blurb>
<break />
<example title="Defining 404 Handler (Apache)"><![CDATA[ErrorDocument 404 /404.php]]></example>
<example fontsize="1.8em" filename="404_logging.php" title="PHP error tracker" type="php"/>
</slide>