I have a support ticket, but felt I could describe my problem in more detail in the forum, so here it goes...
(I'm a huge vB SEO fan and really appreciate the great support provided here!)
I updated my vB and vB SEO to the latest versions and now have problems. Sometimes the threads will not load, and instead when a thread link is clicked, load either an image (avatar for example), the forum index, a different thread, or give a Redirect Error.
Here's a link to my dev/test site:
http://dev.tweak3d.net/f24/added-bun...avatars-40199/
It's really easy to duplicate this problem by clicking the Next Thread links. Try clicking Next Thread at the bottom of the post linked above. If it loads a different thread, try clicking Next Thread again, again, etc. Within a few presses, it will either reload -the same- thread or give a Redirect Loop error. Some links might load an image, the index, etc.
Other than this, vB SEO seems to work fine. I put it on my dev site because when I tried it on my live site, there were too many users encountering this problem.
I am running one of the Presets for URL structure now, but the problem still exists.
Here's my .htaccess (the default VBSEO 3.3.0 RC2):
Any help is very much appreciated. I can create/send logins to anyone @ VBSEO that wants to help out. Thanks!PHP Code:# 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 %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]


LinkBack URL
About LinkBacks






Reply With Quote


