error pages

Discussion in 'PHP' started by naopublic, Mar 2, 2013.

  1. #1
    Is it possible to manipulate the .htaccess to redirect any and all errors to a single page? Also, depending on the error the php file will display the content I so desire.
     
    naopublic, Mar 2, 2013 IP
  2. trtrtrtr

    trtrtrtr Greenhorn

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    In .htaccess add the following:

    ErrorDocument 404 /404.php 
    Code (markup):
     
    trtrtrtr, Mar 2, 2013 IP