Question Problem with attachment's being rewritten in vba dynamics

Status
Not open for further replies.

tavenger5

Customer
I'm having an issue with attachment URL's being written for vba dynamics. They're being rewritten to the forum equal, thus making the attachments incorrect when clicking on the thumbnails or displaying them in the content area. Here's an example: D3200 - Nikon Product Database

Note that the thumbnails are correct, but when clicking on them, a totally different photo shows up. Also, the photo in the main content should actually be the first image thumbnail. If you look at the image URL's they should have /products/ in the URL, but they do not.

I have this in excluded URLs:
products/attachment.php
^products/(.*)$

as well as 'products' included in .htaccess, but that doesn't seem to help.

I actually had the exact same problem with vbSEO a while back and adding products/attachment.php to the exclude list solved the issue.

I can confirm that disabling dbSEO solves the issue.

Ideas?
 
Is vBAdvanced using an entirely separate attachments system from vBulletin? So attachment ID 5 from vB is different from attachment ID 5 in vBAdvanced?
 
Well that's pretty dumb.

Could I have FTP and AdminCP access so I can see if there's a problem with the Excluded Pages feature that's preventing DBSEO from properly leaving your vBAdv pages alone? :)
 
Yeah it functions just like the vb attachment system.

I'll get you the login details shortly, but I believe they're the same as the last time I had you login to the site.
 
I'm wondering, does Litespeed not use .htaccess files? I'm unable to find where your DBSEO rewrite rules are located.
 
I'm wondering, does Litespeed not use .htaccess files? I'm unable to find where your DBSEO rewrite rules are located.

It does, I just have the rules in a pre-virtualhost config file. (it's slightly faster) They look like this currently:

Code:
RewriteEngine On

Options +FollowSymLinks

RewriteCond %{HTTP_HOST} !^nikonites\.com
RewriteRule (.*) http://nikonites.com/$1 [R=301,L]

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/|gallery/|products/)
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|gallery|products)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
 
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,185
Customer rating
5.00 star(s) 1 ratings
Back
Top