vBulletin Search Engine Optimization
|
This is a discussion on Attachment URL bug within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I think I may have found a bug in attachment URLs that is causing me some headaches. vBSEO 3.2.0 on ...
| |||||||
|
#1
| |||
| |||
| Attachment URL bug
I think I may have found a bug in attachment URLs that is causing me some headaches. vBSEO 3.2.0 on vBulletin 3.7.4 NOVELL FORUMS Here's how I reproduce the issue. 1 - Go to the vBulletin Admin control panel 3 - Under ATTACHMENTS, search for attachments which should bring you to a SHOWING ATTACHMENTS list 4 - Click on one of the attachment links 5 - You get a PAGE NOT FOUND error. This started happening immediately after our upgrade to v3.2.0 The place where this really causes a problem is that we have an NNTP gateway installed on our system and because of this bug, all the file links that show up on our NNTP server have this problem. I've tried most of the update counters tools in the vB Maintenance area, no change. Any help would be appreciated. |
|
#3
| |||
| |||
|
I've got two servers. NOVELL FORUMS and openSUSE Forums and the settings are the same for both: Here are the rewrite rules from the .htaccess file on forums.novell.com Code: 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]
Code: http://forums.novell.com/attachment.php?attachmentid=1533&d=1219835197 |
|
#5
| |||
| |||
| Thanks. I thought we did that when we did the upgrade. I'll look at it again.
|
|
#6
| |||
| |||
|
Ok, the .htaccess files (newer ones) are in place, but we are still seeing the same problem with attachments.
|
|
#7
| ||||
| ||||
|
Hello , Please create a support ticket with a brief explanation how to reproduce this error and supply us admincp , ftp and vBSEO CP login info so we can investigate the problem. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Attachment-Issues | Spenser | Troubleshooting | 9 | 05-19-2008 04:11 AM |
| Attachment bug in blogs | keledan | Bug Reporting | 0 | 03-07-2008 06:03 AM |
| Testing Attachment | vBSEO Blogger | Member Blogs | 0 | 12-21-2007 12:43 AM |
| Attachment issue | Gnet | Troubleshooting | 8 | 05-03-2007 05:42 PM |