Status
Not open for further replies.

sendur

Customer
Hi,

Got my lifetime DBSEO license and am planning for the upgrade, but was wondering if anyone else yet has implemented it on nginx/php-fpm? Apache is way too slow for my site, thus migrated to niginx. Vbseo works on that, can i use the same rules for the dbseo.php?

These are my settings for vbseo:

Code:
location /forum/ {
rewrite ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;

try_files $uri $uri/ /forum/vbseo.php?$args;

if (-f $request_filename) {
expires 30d;
break;
}

if ($request_filename ~ "\.php$" ) {
rewrite ^(/forum/.*)$ /forum/vbseo.php last;
}


if (!-e $request_filename) {
rewrite ^/forum/(.*)$ /forum/vbseo.php last;
}

}

location ~ /forum/(.*\.php)$ {
rewrite ^/forum/(.*)$ /forum/vbseo.php last;
}
 
You may be able to make them work by replacing "vbseo" with "dbseo", let me know if that works for you :)

You can also delete the
Code:
rewrite ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
line, as it's no longer required. Our sitemap functionality doesn't need redirects like that in order to function correctly :)

We're actually looking for a nginx ruleset we can supply with the product. As your rule set appears different from the ones supplied with vBSEO itself, would you be okay with us supplying your rule set with the product?
 
We're actually looking for a nginx ruleset we can supply with the product. As your rule set appears different from the ones supplied with vBSEO itself, would you be okay with us supplying your rule set with the product?

Sure :) The ruleset from vbseo is faulty. It's slowing nginx down and make merging of topics impossible....

I'm gonna test it out toninght, can i run both products (enabled/disabled) on my site, or do i need to completely remove vbseo? Also is the importer vbseo -> dbseo already integrated in this open beta stage? I cannot afford to break my rewrites :)
 
Hi,

It seems to work (no 500), BUT al my urls of topics link faulty to an attachment. It seems that the rewrite works. but that it only links to an attachment IF used in the topic... So you are never linked to the discussion itself, but instead it opens an attachment (image) IF it's available in the topic, if not then it shows the standard unknown attachment error.

So, i'm not sure if it lies in the nginx compatibility or an (un)known issue in this open beta release...
 
Last edited:
Sure :) The ruleset from vbseo is faulty. It's slowing nginx down and make merging of topics impossible....

I'm gonna test it out toninght, can i run both products (enabled/disabled) on my site, or do i need to completely remove vbseo? Also is the importer vbseo -> dbseo already integrated in this open beta stage? I cannot afford to break my rewrites :)
There is a link to the importer in the DBSEO Control Panel.

You would need to disable vBSEO from vBulletin and remove its rewrite rules in order to have DBSEO function correctly.

Hi,

It seems to work (no 500), BUT al my urls of topics show faulty attachment. It seems that the rewrite works. but that it only links to an attachment IF used in the topic... So you are never linked to the discussion itself, but instead it opens an attachment (image) IF it's available in the topic.

So, i'm not sure if it lies in the nginx compatibility or an (un)known issue in this open beta release...
Did you already import your rewrite rules? If so, PM me with an FTP and AdminCP account and I'll look into it :)
 
Update: It should now be working on your site. Let me know if you have any further problems :)
 
Update: It should now be working on your site. Let me know if you have any further problems :)

Thanks again for the excellent service! That's why i buy Dragonbyte stuff :)

I'll test some things furtheron for nginx rewrite rules, but those above we're my the best set on the vbseo config, so i'll think this will also be for dbseo.
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,190
Customer rating
5.00 star(s) 1 ratings
Back
Top