The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
rewrite url in nginx
I have a lot of links is indexed to google and it doesn't indexed on my site
similar that links Code:
http://www.site.com/vb/?71-DCT-4-WD-2/page7= http://www.site.com/vb/?360-SPT-Box/page14= http://www.site.com/vb/?71-DCT-4-WD-2/page44= I don't use any SEO links, just use default vbulletin links i want to rewrite any links started with this in nginx Code:
http://www.site.com/vb/?(.*) Code:
http://www.site.com/vb/forum.php Code:
rewrite ^/vb/\?(.*)$ /vb/forum.php permanent; how to make that, and thanks in advice |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|