vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| 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
| ||||
| ||||
|
Hello Adrian, please install the latest vBSEO build (RC6) - this issue has been corrected.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| post chace corrupted by VBSEO for threaded mode | tako | Troubleshooting | 6 | 02-12-2007 03:31 AM |
| Duh ... upload in BINARY mode? | The Purser | Troubleshooting | 5 | 09-22-2006 10:36 PM |
| PHP safe mode is enabled and run time loading will not be possible. | kau | Troubleshooting | 1 | 08-23-2006 12:26 PM |
| Performance issues on a shared server | Metal-R-US | Troubleshooting | 2 | 04-29-2006 10:56 AM |