Question Somehow 'vbseo.php?vbseourl=' appear in the url

Status
Not open for further replies.

Ebijs

Customer
Hi.

Can you please help me out with something?

I moved our forum from J&H Licht en Geluid Forum to J&H Licht en Geluid Forum

We used VBSEO before and have imported the vbseo rules into your product.
After that we removed vbseo from the forum.

We have redirect rules for the old location to the new one.
So far so good.

When clicking on google indexed forum links some are redirecting just as expected, however some not.

Sample 1:

OLD: Kwaliteit DAP audio

redirected to: Kwaliteit DAP audio

Sample 2:

OLD: touring series Dap-audio

redirected to: http://www.forum.licht-geluid.nl/vbseo.php?vbseourl=live-forum/21072-touring-series-dap-audio.html

Somehow 'vbseo.php?vbseourl=' appear in the url

I can't find out what's going on here.
Can you help me out please?

Kind regards
Sijbe.
 
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
 
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

There is at least one issue in there... try this:

Code:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|reviewpost/|classifieds/|photopost/|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
 
Are you sure you don't have any higher level .htaccess files? Are you running Apache as your web server?
 
The forum is running on a IIS6 server (microsoft) with ISAPI_Rewrite 3 - Apache .htaccess mod_rewrite compatible module for IIS.

There was indeed a higher level .htaccess active Fillip H..
Thanks for pointing me to this.

Issue solved.
 
Last edited:
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,172
Customer rating
5.00 star(s) 1 ratings
Back
Top