Results 1 to 2 of 2

Safe Mode Redirection Loop

This is a discussion on Safe Mode Redirection Loop within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm getting a redirection loop when my board is in safe mode (which is required for the time being)... Here ...

  1. #1
    Member SirAdrian's Avatar
    Real Name
    Adrian Schneider
    Join Date
    Sep 2006
    Posts
    31
    Liked
    0 times

    Safe Mode Redirection Loop

    I'm getting a redirection loop when my board is in safe mode (which is required for the time being)...

    Here is my .htaccess file
    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 vBulletin folder (i.e. RewriteBase /forums)
    #RewriteBase /
    
    #RewriteCond %{HTTP_HOST} !^www.yourdomain.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    #RewriteRule ^foo productinfo.php [L,R=301]
    RewriteRule ^products/vblogetin/info productinfo.php [L,R=301]
    RewriteRule ^products/vblogetin/devnews/ devnews.php [L,R=301]
    
    RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    
    RewriteCond %{REQUEST_FILENAME}index.php -f
    RewriteRule ^(.*)$ $1index.php [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteRule ^$ vbseo.php?vbseourl=index.php [L]
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Adrian,

    please install the latest vBSEO build (RC6) - this issue has been corrected.

Similar Threads

  1. post chace corrupted by VBSEO for threaded mode
    By tako in forum Troubleshooting
    Replies: 6
    Last Post: 02-12-2007, 02:31 AM
  2. Duh ... upload in BINARY mode?
    By The Purser in forum Troubleshooting
    Replies: 5
    Last Post: 09-22-2006, 09:36 PM
  3. Replies: 1
    Last Post: 08-23-2006, 11:26 AM
  4. Performance issues on a shared server
    By Metal-R-US in forum Troubleshooting
    Replies: 2
    Last Post: 04-29-2006, 09:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •