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 Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! 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 Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #16  
Old 07-06-2008, 07:16 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,610
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.
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #17  
Old 07-06-2008, 08: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!Share on Facebook!
Reply With Quote
  #18  
Old 07-06-2008, 08:54 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,610
yay!
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #19  
Old 07-06-2008, 09: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!Share on Facebook!
Reply With Quote
  #20  
Old 07-06-2008, 09:39 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,610
It should work in both cases.
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #21  
Old 07-06-2008, 10: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!Share on Facebook!
Reply With Quote
  #22  
Old 07-07-2008, 01: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,547
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!Share on Facebook!
Reply With Quote
  #23  
Old 07-07-2008, 02: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!Share on Facebook!
Reply With Quote
  #24  
Old 07-11-2008, 02: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!Share on Facebook!
Reply With Quote
  #25  
Old 07-13-2008, 01: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!Share on Facebook!
Reply With Quote
  #26  
Old 08-23-2008, 08:46 PM
MadK's Avatar
Senior Member
 
Real Name: Leo
Join Date: Jun 2008
Location: Canada
Posts: 119
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!Share on Facebook!
Reply With Quote
  #27  
Old 08-23-2008, 09:01 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 3,018
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!Share on Facebook!
Reply With Quote
  #28  
Old 08-25-2008, 01:12 PM
MadK's Avatar
Senior Member
 
Real Name: Leo
Join Date: Jun 2008
Location: Canada
Posts: 119
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!Share on Facebook!
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 07:16 PM
Will VBseo integrate itself into the new vbulletin blogs? Mert Feature Requests 1 08-01-2007 11:43 PM
Does anyone know of an affiliate system that will integrate with VB? mambomouth Analysis: Traffic & SERPS 0 12-26-2006 07:16 PM


All times are GMT -4. The time now is 06:10 PM.


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