How can I do a 404 redirect page for all 404's

Discussion in 'HTML & Website Design' started by Nathan Mclean, Sep 25, 2013.

  1. #1
    If someone goes to an address on my site that doesn't exist they see this - http://www.debtfreescotland.org.uk/d

    How can I make all redirects to home page or a special 404 page?

    Thanks
     
    Nathan Mclean, Sep 25, 2013 IP
  2. newbie191

    newbie191 Notable Member

    Messages:
    1,961
    Likes Received:
    100
    Best Answers:
    1
    Trophy Points:
    260
    #2
    Add this to .htaccess file. This will redirect all 404 pages to your home page.
    If you want to redirect the traffic to a special page then add the path after /
    or
     
    Last edited: Sep 25, 2013
    newbie191, Sep 25, 2013 IP
  3. Nathan Mclean

    Nathan Mclean Member

    Messages:
    86
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Thanks You!!! :D
     
    Nathan Mclean, Sep 25, 2013 IP