Results 1 to 4 of 4

Header Server Status problem

This is a discussion on Header Server Status problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; All three settings of ' "File Not Found" requests handling? gives three different status codes for a non-existing url ( ...

  1. #1
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times

    Header Server Status problem

    All three settings of '"File Not Found" requests handling? gives three different status codes for a non-existing url (404 Error Page)

    - Redirect to homepage - HTTP/1.1 301 =>
    - Send 404 HTTP code and show a 'Page not found' message -HTTP/1.1 404 =>
    - Include custom error page - HTTP/1.1 200 OK =>
    (/home/content/u/n/i/unitedpunjab/html/404.php)

    i am checking it here HTTP / HTTPS Header Check

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    What is the contents of your 404.php file?

    I use this and it works correctly according to the header check page you posted above:
    Code:
    <?php
    header("HTTP/1.0 404 Not Found");
    header("Status: 404 Not Found");
    include '/usr/home/kcohen/public_html/404.html';
    ?>
    Example: http://www.cbrxx.com/notthere

  3. #3
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times
    rt now its 'Redirect to homepage ' and getting 301 code

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Yes, if you have redirect to home page, it should be a 301.

Similar Threads

  1. Verifying Sitemap to Google problem
    By glorify in forum General Discussion
    Replies: 18
    Last Post: 03-19-2007, 09:01 PM
  2. i have really problem with server, maybe vbseo
    By croportal in forum General Discussion
    Replies: 7
    Last Post: 11-08-2006, 09:15 AM
  3. Suggestion for a server problem
    By Mert Gökçeimam in forum Off-Topic & Chit Chat
    Replies: 1
    Last Post: 05-03-2006, 11:23 AM
  4. Problem with vbseo after server move
    By Bridges in forum General Discussion
    Replies: 5
    Last Post: 01-28-2006, 08:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •