vBulletin Search Engine Optimization
This is a discussion on howto for nginx within the General Discussion forums, part of the vBulletin SEO Discussion category; has someone instructions on how to use vbseo with nginx? using vbulletin with nginx is not too hard, but the ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| howto for nginx
has someone instructions on how to use vbseo with nginx? using vbulletin with nginx is not too hard, but the missing .htaccess feature of nginx creates some headaches tnx |
|
#2
| ||||
| ||||
|
Is there a special reason you're using nginx?
|
|
#3
| |||
| |||
|
there are many many reasons for using nginx: give a look here nginx - the raise of a new giant - vBulletin Community Forum |
|
#4
| ||||
| ||||
|
Here are rewrite rules to be used with vBSEO for nginx: Code: location /forums/ {
rewrite ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
if ($request_filename ~ "\.php$" ) {
rewrite ^(.*)$ /forums/vbseo.php last;
}
if (!-e $request_filename) {
rewrite ^/forums/(.*)$ /forums/vbseo.php last;
}
}
__________________ 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. |
|
#5
| |||
| |||
|
thank you for the rules! is there any precaution to take before vbseo upgrade using nginx? |
|
#6
| ||||
| ||||
|
No other vBSEO-related changes are required.
__________________ 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. |
|
#7
| |||
| |||
|
Hi Oleg, could you please post the new rules to use on nginx with VBSEO 3.2? Thank you! |
|
#8
| ||||
| ||||
|
The same rewrite rules should work fine.
__________________ 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. |
|
#9
| |||
| |||
|
ok perfect. I read that the .htaccess should be modified before upgrading vbseo to the latest version, so i thought that the same applyed for rewrite rules in nginx. Thank you! |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nginx | fras | General Discussion | 3 | 01-25-2008 06:57 PM |
| Using config_vbseo.php in different environments - HOWTO? | eliot | General Discussion | 1 | 03-29-2007 03:13 PM |
| Sitemap HowTo? | sixtyseven | Deutsch | 14 | 03-25-2006 07:24 AM |