404 error

Discussion in 'General Marketing' started by vjackcon, May 20, 2011.

  1. #1
    How to handle a 404 error in your website?
     
    vjackcon, May 20, 2011 IP
  2. Adnan959

    Adnan959 Member

    Messages:
    894
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #2
    1) Open up notepad.
    2) Dump this code in there.
    php_value register_globals 1
    RewriteEngine on
    ErrorDocument 404 http://www.yourdomain.com/error.html
    Code (markup):
    3) Save this as .htaccess.
    4) Create an HTML page called error.html. This will be the page that will open up as your 404 error page.
    5) Upload both the HTACESS and ERROR document to your FTP.

    You're done!

    Hope this helped.
     
    Adnan959, May 20, 2011 IP
  3. SanderVh2

    SanderVh2 Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    404 Simply means that the file you are trying to access through the browser doesn't exsist ;) Solution: upload a file :p
     
    SanderVh2, May 20, 2011 IP
  4. jayden88

    jayden88 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This works like a treat. Thanks very much!
     
    jayden88, May 22, 2011 IP