You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
I've tried the below conf file. It is not optimized and I'm no nginx specialist and so I managed to do everything I've tried except replying to a thread. So this is not finished but it might serve as a start for anyone interested.
When viewing a thread, I saw a complain about the server variable REDIRECT_URL which is, as far as I know, an invention of Apache and not part of http spec. So I changed it to REQUEST_URI in /templates/default/Thread/index.phtml around line 257
The text was updated successfully, but these errors were encountered:
I've tried the below conf file. It is not optimized and I'm no nginx specialist and so I managed to do everything I've tried except replying to a thread. So this is not finished but it might serve as a start for anyone interested.
But I needed to do some other changes.
In order to install the forum, I have changed /install/index.php to look like that at around line 175:
When viewing a thread, I saw a complain about the server variable
REDIRECT_URL
which is, as far as I know, an invention of Apache and not part of http spec. So I changed it toREQUEST_URI
in /templates/default/Thread/index.phtml around line 257The text was updated successfully, but these errors were encountered: