XF 1.1 Nginx conf for vbseo

oloman

Active member
Hello

I am looking for the Nginx VBSEO rewrite rule, here is for Apache:


RewriteRule [^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L]

RewriteRule [^/]+/([\d]+)-.+-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]


Thank you
 
Top Bottom