ah cool, any plans on fixing up those htaccess rewrite rules for the 3.8 version? I'm using yabbseo not vbseo so I don't know what to put, here's what my htaccess looks like.
Code:
Options +FollowSymLinks
ErrorDocument 404 /404.shtml
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
RewriteEngine On
# Please note: RewriteBase is the path of your forum
# to your root vB installation (i.e. / or /forums without ending slash / if it is a subdirectory)
RewriteBase /forum
RewriteRule ^sitemap\.xml$ sitemap.php [L]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L]
<Files *.*>
order allow,deny
allow from all
deny from 220.181.
</Files>
SetEnvIfNoCase User-Agent "^Baiduspider" block_bot
Order Allow,Deny
Allow from All
Deny from env=block_bot