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?
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?