vBulletin Search Engine Optimization
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 ( ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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
| ||||
| ||||
|
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';
?>
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#3
| |||
| |||
|
rt now its 'Redirect to homepage ' and getting 301 code
|
|
#4
| ||||
| ||||
|
Yes, if you have redirect to home page, it should be a 301.
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Verifying Sitemap to Google problem | glorify | General Discussion | 18 | 03-19-2007 10:01 PM |
| i have really problem with server, maybe vbseo | croportal | General Discussion | 7 | 11-08-2006 10:15 AM |
| Suggestion for a server problem | Mert Gökçeimam | Off-Topic & Chit Chat | 1 | 05-03-2006 12:23 PM |
| Problem with vbseo after server move | Bridges | General Discussion | 5 | 01-28-2006 09:21 AM |