I upgraded from vB 3.7 to vB 3.8.6 and I also upgraded this MOD from 2.1 to 2.5
Question #1: Moreover failed?
Question #2: When I "run sitemap generator" .. it shows that I am missing -45,000 posts. Where did they go!?? lol
Question #3: Also I see that sitemapindex is located at
http://www.mysite.com/sitemap_index.xml.gz and all sitemaps are in root too. BUT I don't see any of these files. I am assuming the .htaccess is rerouting to the appropriate location? My forum is located in
http://www.mysite.com/forum and I currently run CMPS in root, but am planning to switch to Wordpress for root. <-- Trying to provide as much detail as possible for you to help answer my questions.
My .htaccess is as follows:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$
http://www.mysite.com/ [R=301,L]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{HTTP_HOST} ^similarsitename.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.similarsitename.com$
RewriteRule ^/?$ "http\:\/\/www\.mysite\.com" [R=301,L]
AuthType Basic
AuthName "mysite Dev - testvb - full working dev environment"
AuthUserFile "/home/mysite/.htpasswds/public_html/passwd"
require valid-user