Verification status: NOT VERIFIED
Last attempt Oct 11, 2006: We've detected that your 404 (file not found) error page returns a status of 200 in the header
I've uploaded the file to Rule One Investment Community and can view http://www.ruleoneforum.com/googlec16bea9add38d48a.html in my browser but google doesn't see it.
This issue is also happening on my blog subdirectory, with the exact same circumstances/results. The files are there, google gets a 404. I'm wondering if there is a redirect problem with my htaccess. Here it is for reference:
What gives?PHP Code:RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vBulletin folder (i.e. RewriteBase /forums)
RewriteBase /
RewriteCond %{HTTP_HOST} !www\.ruleoneforum\.com [NC]
RewriteRule ^(.*) http://www.ruleoneforum.com/$1 [L,R=301]
RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]



LinkBack URL
About LinkBacks





Reply With Quote
.
).




