The link for vBSEO SiteMap Reports goes to page not found.
Project Tools now shows page nopt found.
Disabled SEO and now everything is page not found.
This is a discussion on Upgraded to RC7 and... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; The link for vBSEO SiteMap Reports goes to page not found. Project Tools now shows page nopt found. Disabled SEO ...
The link for vBSEO SiteMap Reports goes to page not found.
Project Tools now shows page nopt found.
Disabled SEO and now everything is page not found.
Please try to modify vbseo.php file:
FIND:
REPLACE WITH:PHP Code:$vbseo_found_1 = $vbseo_found;
if (!$vbseo_found)
PHP Code:$vbseo_found_1 = $vbseo_found;
if (!$vbseo_found && !$vbseo_file_exists && VBSEO_REDIRURL)
Last edited by Oleg Ignatiuk; 05-31-2008 at 09:57 AM.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
This fixed it.
Thank you.