vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#16
| ||||
| ||||
|
Try to modify your .htaccess file: FIND: Code: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
Code: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|redir\.php)
__________________ 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. |
|
#17
| ||||
| ||||
| Quote:
|
|
#18
| ||||
| ||||
|
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. |
|
#19
| |||
| |||
|
Does it matter where the yslow htaccess stuff goes, either above or below the VBSEO stuff?
|
|
#20
| ||||
| ||||
|
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. |
|
#21
| ||||
| ||||
|
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>
|
|
#22
| ||||
| ||||
|
that shouldn't work. that htaccess file is invalid. you shouldn't turn the rewrite engine on twice. |
|
#23
| |||
| |||
|
... and now working for me, both for the portal and the forums. Cheers Oleg! |
|
#24
| |||
| |||
| Quote:
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. |
|
#25
| |||
| |||
|
Fixed for me.
|
| Tags |
| yslow |
| Thread Tools | |
| |
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 |