Welcome! Log In Create A New Profile

Advanced

need help with nginx + vbulletin

Posted by prandah 
need help with nginx + vbulletin
February 28, 2012 09:43AM
Hello,
before i use vBSEO and now i will uninstall it
how to use config rule on nginx ?
now my rule

[QUOTE]
rewrite ^/f([0-9]+)/$ /forumdisplay.php?f=$1 permanent;
rewrite ^/f[0-9]+/[^/]+-([0-9]+).html$ /showthread.php?t=$1 redirect;
rewrite ^/f([0-9]+)/$ /forumdisplay.php?f=$1&page=$2 permanent;
rewrite ^/f([0-9]+)[/]?$ /forumdisplay.php?f=$1 permanent;
rewrite ^/([0-9]+)-[^/]+-([0-9]+)\.html$ /showthread.php?t=$1&page=$2 permanent;
rewrite ^/([0-9]+)-[^/]+\.html$ /showthread.php?t=$1 permanent;
[/QUOTE]


but it cant
before my rule

domain,com/f[forumid]/thread-name-id.html

any advice ?

thanks in advance
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 267
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready