The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
nginx users with mod-rewrite urls: can you post your virtual host file?
I'm having a heck of a time getting mod-rewrite friendly URLs working in nginx. I followed this post,
http://www.vbulletin.com/forum/forum...00#post4032700 Code:
rewrite /threads/.* /showthread.php?$uri&$args last; rewrite /forums/.* /forumdisplay.php?$uri&$args last; rewrite /members/.* /member.php?$uri&$args last; rewrite /blogs/.* /blog.php?$uri&$args last; rewrite /entries/.* /entry.php?$uri&$args last; rewrite ^/(?:(.*?)(?:/|$))(.*|$)$ /$1.php?r=$2 last; Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|