I try to activate my Google Sitemap account by creating a file in forums/ to allow Google to verify. I created the file but Google cant find it, do I need to modify the rewrite rules in .htaccess?
The file is of the format GOOGLE....html
This is a discussion on vBSeo Sitemap generator - verify within the General Discussion forums, part of the vBSEO SEO Plugin category; I try to activate my Google Sitemap account by creating a file in forums/ to allow Google to verify. I ...
I try to activate my Google Sitemap account by creating a file in forums/ to allow Google to verify. I created the file but Google cant find it, do I need to modify the rewrite rules in .htaccess?
The file is of the format GOOGLE....html
vBulletin 3.5.x Installation Instructions
regards
C. Open your 'vbroot/.htaccess' file and enter the following code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/data/$1 [L]
If you have vbSEO 2.2.0 it should already have the .htaccess file changes made for you.
Nicke,
please try the following:
"File Not Found" requests handling?
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
EXACT SAME PROB but it was due to ....
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/data/$1 [L]
add and it sorts it
Thanks,
it solved my problem.
Originally Posted by Oleg Ignatiuk