Try to modify your .htaccess file:
FIND:REPLACE WITH:Code:RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
(i.e. add redir.php to the exclusion list)Code:RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|redir\.php)
This is a discussion on [REQUEST] Integrate or support YSLOW with/in vBSEO within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; Try to modify your .htaccess file: FIND: Code: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron) REPLACE WITH: Code: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|redir\.php) (i.e. add redir.php ...
Try to modify your .htaccess file:
FIND:REPLACE WITH:Code:RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
(i.e. add redir.php to the exclusion list)Code:RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|redir\.php)
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
yay!![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Does it matter where the yslow htaccess stuff goes, either above or below the VBSEO stuff?
It should work in both cases.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Any Idea why it works at this Guy?
vBulletin.org Forum - View Single Post - YSLOW 1.0.3 (Make Your Forum Faster)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\.g6-team\.com RewriteRule (.*) http://www.g6-team.com/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron) 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] RewriteEngine On ####Charset AddDefaultCharset Off ####Gzip <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L] </IfModule> ####ETags FileETag None ####Expires <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif A2592000 ExpiresByType image/jpeg A2592000 ExpiresByType image/png A2592000 ExpiresByType application/x-shockwave-flash A2592000 ExpiresByType text/css A2592000 ExpiresByType application/x-javascript A2592000 </IfModule>
that shouldn't work. that htaccess file is invalid.
you shouldn't turn the rewrite engine on twice.
... and now working for me, both for the portal and the forums.
Cheers Oleg!
Fixed for me.
So eh, is it working fine for vBSEO 3.2?
The above fix should have it all working.
The Forum Hosting - Forum Hosting from the Forum Experts
Just a tip for those using YSLOW and will upgrade to 3.3.0
You might be interested.... IE 7 Errors after upgraded to 3.3.0 RC1
*lol*
[REQUEST] Integrate or support YSLOW with/in vBSEO
The most People are not forgetting the customised Rules they need after Upgrading.![]()