thank you for the support. For some reason I moved the text file over then renamed it. I deleted that and moved the file already named htacess and this link works now
http://b20vtec.com/forums/sitemap_index.xml.gz. But what link do I submit?
http://b20vtec.com/sitemap_index.xml.gz still isnt working.
Not sure if it matters but I have htaccess files in both my b20vtec.com/ and b20vtec.com/forums
Using internet explorer to ftp in didnt let me see all of my files.
Here is my htaccess in b20vtec.com/
RewriteEngine On
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName
www.b20vtec.com
AuthUserFile /home/b20vtec/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/b20vtec/public_html/_vti_pvt/service.grp
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 68.160.217.211
ErrorDocument 404 /404.shtmldeny from 72.92.106.240
deny from 72.92.106.240
deny from 72.94.132.98
deny from 71.175.192.95
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
and in b20vtec.com/forums it looks like
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]