vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Team: Hot or Not? Ready for Traffic Explosion? vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! vBSEO Helps Forum Earn $100/day from Google AdSense Discover the Power of "Long Tail Search" Crawlability Inc. Files for SEO Technology Patent
se sw

[REQUEST] Integrate or support YSLOW with/in vBSEO

This is a discussion on [REQUEST] Integrate or support YSLOW with/in vBSEO within the Feature Requests forums, part of the vBSEO SEO Plugin 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 ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Feature Requests

Enhancing 80 million pages.

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #16  
Old 07-06-2008, 06:16 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 20,997
Blog Entries: 1
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 to the exclusion list)
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 07-06-2008, 07:06 PM
redlabour's Avatar
Senior Member
 
Real Name: André
Join Date: Sep 2005
Location: Germany, NRW
Posts: 259
Thumbs up

Quote:
Originally Posted by Oleg Ignatiuk View Post
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 to the exclusion list)
PROBLEM SOLVED!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 07-06-2008, 07:54 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 20,997
Blog Entries: 1
yay!
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 07-06-2008, 08:36 PM
Junior Member
 
Real Name: tpn87
Join Date: Sep 2006
Posts: 13
Does it matter where the yslow htaccess stuff goes, either above or below the VBSEO stuff?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 07-06-2008, 08:39 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 20,997
Blog Entries: 1
It should work in both cases.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #21  
Old 07-06-2008, 09:16 PM
redlabour's Avatar
Senior Member
 
Real Name: André
Join Date: Sep 2005
Location: Germany, NRW
Posts: 259
Any Idea why it works at this Guy?

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>
vBulletin.org Forum - View Single Post - YSLOW 1.0.3 (Make Your Forum Faster)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 07-07-2008, 12:04 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,080
that shouldn't work. that htaccess file is invalid.

you shouldn't turn the rewrite engine on twice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23  
Old 07-07-2008, 01:57 AM
Junior Member
 
Real Name: Daron Brewood
Join Date: Jun 2007
Posts: 24
... and now working for me, both for the portal and the forums.

Cheers Oleg!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 07-11-2008, 01:57 PM
Junior Member
 
Real Name: Pedro
Join Date: Mar 2008
Posts: 4
Quote:
Originally Posted by briansol View Post
that shouldn't work. that htaccess file is invalid.

you shouldn't turn the rewrite engine on twice.

The file is mine. Invalid or not (you're saying it) it works just fine. But, as you are the expert, i've removed the repeated one just in case.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 07-13-2008, 12:49 AM
Member
 
Real Name: Bob
Join Date: Jun 2008
Posts: 30
Fixed for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 08-23-2008, 07:46 PM
MadK's Avatar
Senior Member
 
Real Name: Leo
Join Date: Jun 2008
Location: Canada
Posts: 117
Blog Entries: 2
So eh, is it working fine for vBSEO 3.2?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 08-23-2008, 08:01 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 2,676
Blog Entries: 5
The above fix should have it all working.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 08-25-2008, 12:12 PM
MadK's Avatar
Senior Member
 
Real Name: Leo
Join Date: Jun 2008
Location: Canada
Posts: 117
Blog Entries: 2
Quote:
Originally Posted by Michael Biddle View Post
The above fix should have it all working.
Alrighto, thanks albeit I notice no difference with YSLOW!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
yslow

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
a request to VBSEO support prakash123 Pre-Sales Questions 13 03-04-2008 06:16 PM
Will VBseo integrate itself into the new vbulletin blogs? Mert Feature Requests 1 08-01-2007 10:43 PM
Does anyone know of an affiliate system that will integrate with VB? mambomouth Analysis: Traffic & SERPS 0 12-26-2006 06:16 PM


All times are GMT -4. The time now is 04:57 AM.


Powered by vBulletin Version 3.8.0 Beta 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.