Tried to submit the .txt.gz file to Yahoo but got this error
Quote:
Your submission request was not accepted because:
The following resulted when trying to access your document:
403 - Forbidden
|
I read the previous threads on the 403 error and htaccess file.
This is my htaccess in the forum root
Quote:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) userpage.php?do=main&username=$1
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
and this is the htaccess in /vbseo_sitemap/data
.
Are these correct?
Bob