vBulletin Search Engine Optimization
This is a discussion on Google/Yahoo Sitemap stopped working, troubleshooting. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Apologies if this is the wrong forum for this. My vBSEO Google/Yahoo sitemap stopped working, and I'm in the process ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Google/Yahoo Sitemap stopped working, troubleshooting.
Apologies if this is the wrong forum for this. My vBSEO Google/Yahoo sitemap stopped working, and I'm in the process of trying to sort out why. I got a PM on here saying that it wasn't installed, and lo and behold, it's not working anymore. It had been fine for quite some time and my reports were getting created/downloaded. Here's my .htaccess: Code: # Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums)
#RewriteBase /forums
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
Going to my forums/vbseo_sitemap/ gets me a blank page, though the index.php and all the related files are present. Any ideas on what would be causing the problem would really be appreciated. Thanks! |
|
#2
| ||||
| ||||
|
^ Full reinstall took care of it.
|
|
#3
| ||||
| ||||
|
I'm glad to hear that you were able to resolve this issue with a re-installation.
__________________ Joe Ward / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Yahoo has stopped crawling | JD76 | General Discussion | 7 | 07-30-2007 04:06 PM |
| Forum just stopped working | Grumbledook | Troubleshooting | 16 | 07-08-2007 04:50 PM |
| Just stopped working??? | Paul Govier | Troubleshooting | 16 | 03-02-2007 12:57 AM |
| stopped working | Sunflyer | Troubleshooting | 5 | 12-25-2006 04:14 PM |
| bot logs stopped working? | briansol | Troubleshooting | 11 | 10-05-2006 10:19 PM |