vBulletin Search Engine Optimization
This is a discussion on Upgrading from vBSEO 3.0 RC6.0 to RC8.0 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; i'm trying to upgrade from vBSEO 3.0 RC6.0 to RC8.0 i've gone through the upgrade instructions but when trying to ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Upgrading from vBSEO 3.0 RC6.0 to RC8.0
i'm trying to upgrade from vBSEO 3.0 RC6.0 to RC8.0 i've gone through the upgrade instructions but when trying to D. i just get a http 403 page Forbidden I'm guessing it's something to do with the htaccess file? A. Visit your vBSEO CP (forums/vbseocp.php) and backup your current settings:
Note: Ensure you upload a file named .htaccess (located in your 'upload' folder) to your forum root folder. In some machines, this file is not visible. If this is your case, find the htaccess.txt file in the 'docs' folder and (1) upload it to your root folder first and (2) rename it to .htaccess D. Visit your vBSEO CP (forums/vbseocp.php) and restore current settings:
|
|
#2
| |||
| |||
|
30 minutes later |
|
#3
| |||
| |||
|
htaccess i had in the first place # 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 vBulletin 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_FILENAME} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] new one # 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 / #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] |
|
#4
| ||||
| ||||
|
Please try to restore your original .htaccess file.
__________________ Oleg Ignatiuk / 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. |
|
#5
| |||
| |||
|
ok i've restored it. still nothing though link removed: Last edited by Chris Powell; 02-10-2007 at 04:26 PM. |
|
#6
| ||||
| ||||
|
Try and set the CHMOD of that file to 644. I think that will solve the problem, hopefully, as it is a permission error thing.
|
|
#7
| |||
| |||
|
it's already set as 644
|
|
#8
| ||||
| ||||
|
Well then, did you restore your original .htaccess file just like Oleg said?
|
|
#9
| |||
| |||
|
i see on the root of vb a folder named ionCube though i upgraded with the Zend version because it was recommened guess i've buggered it up now eh |
|
#10
| |||
| |||
| i did yes, i uploaded the original .htaccess file back onto the host.
|
|
#11
| ||||
| ||||
| Then in that case, I recommend you to remove the "ioncube" folder and all its files since you're no longer using that version. Try that and lemme know if it works.
|
|
#12
| |||
| |||
|
I just removed it. still the same though
|
|
#13
| ||||
| ||||
|
Damn I'm not sure where the problem is so just wait for Oleg/Keith's respond. |
|
#14
| |||
| |||
|
lol, call yourself a hacker *pffft no worries though. im going out now...will check back later |
|
#15
| ||||
| ||||
|
Could you please open a support ticket with ftp/admincp access for troubleshooting?
__________________ Oleg Ignatiuk / 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. |