基于vBulletin.v3.8.7.Patch.Level.3.PHP.NULL-DGT制作,中文搜索取自vbulletin中文官方3.8.4版,语言包跟默认风格参考了Linn大的版本,尽量保持与官方相同,英文语言包见附件。 演示站:http://www.vbbcn.com/ 最新版见4楼~~
VBB必备的重量级seo插件 vBSEO v3.6.0 for vBulletin v3.x and v4.x vBSEO Search Engine XML Sitemap 3.0 PL1 for vB 3.5.x & 4.0.x
VBSEO NGINX 规则 代码: location / { rewrite ^/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last; if ($request_filename ~ “\.php$” ) { rewrite ^(.*)$ /vbseo.php last; } if (!-e $request_filename) { rewrite ^/(.*)$ /vbseo.php last; } } 代码: location / { rewrite ^/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last; try_files $uri $uri/ /vbseo.php?$args; } if ($request_filename ~ “\.php$” ) { rewrite ^(.*)$ /vbseo.php last; } location /vbseo/(includes|resources/html|resources/xml)/ { allow 127.0.0.1; deny all; }