My fix is for nginx, not Apache webserver. You'd have to do some research on how to rewrite URLs in your .htaccess file. Some quick DuckDuckGo-ing came up with this example that you can try:
...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
7 results in 0.0149 seconds.
Keywords
Members
Tags
-
I followed all of the steps outlined by Mark B, including emptying the cache and cacheevent tables, and I'm having the exact same issue. Was there a support ticket created for this?
Woops!...Last edited by GalacticOverlord; Thu 2 Oct '14, 10:24am.
Leave a comment:
-
The solution to getting the images to display properly for 3rd party apps is quite simple. Here are the directives I should have used:
location /wiki {
root /my/wiki/folder;...
Leave a comment:
-
These apps work fine on my local machine with a rudimentary nginx config. I'm quite sure it has to do with the vBulletin's stock nginx config that routes every request through itself:
...
Leave a comment:
-
Fixed the Add Photo issue. I had to include a maximum height & width for those usergroups to be able to upload images.
Leave a comment:
-
Three Questions Using vBulletin 5.1.3
Hello,
I have vBulletin 5.1.3 running on nginx. I used the stock nginx configuration file that came with the zip file and the forum software resolves properly. The issue I have is with running...
Leave a comment: