The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Nginx Rewrites
Trying to make vBulletin 5.0.0 work with Nginx. Easier said than done!
After a bit of researching and improvising this is what I come up with: Code:
location /vb5/ { rewrite ^/vb5/(.*) /vb5/index.php?routestring=$1 last; } location /vb5/admincp/ { rewrite ^ /vb5/index.php?routestring=admincp/ last; } location ~ /vb5/(?!index)[^/]+\.php$ { rewrite ^/vb5/(.*) /vb5/index.php?routestring=$1 last; } location ~* ^.+.(jpg|jpeg|css|png|js|ico|xml)$ { root /srv/http; } At first glance it SEEMS to work... that is, until you decide to click to one or two links. This is what happens when I try to login (and then try again (and again (and again (funny, right?)))): When I instead want to read the FAQs, it nicely notifies me that: Quote:
I can't really explore all the function that may or may not work, since I still haven't managed to log into the forums. Would you please help me figure out how to make these rewrites work (well, assuming the problem isn't elsewhere)? |
#2
|
|||
|
|||
Nginx isn't supported, but check JIRA, there's a long discussion about nginx..
http://tracker.vbulletin.com/browse/VBV-995 |
#3
|
|||
|
|||
Yeah I'm following it, but still none of the proposed solutions fully works. Thanks anyway.
And I know that it isn't officially supported, since if it were I'm sure I wouldn't be having all these problems trying to set it up. ^^ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|