We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I had to add:
rewrite ^/nforums/(forum|[a-z0-9_-]*-f)([0-9]+)/$ /nforums/viewforum.php?f=$2 last;
This allowed base forums to show.
The text was updated successfully, but these errors were encountered:
i have modified the rewrite to handle pagination......
rewrite ^/forums/(forum|[a-z0-9_-]*-f)([0-9]+)/?(page([0-9]+).html)?$ /forums/viewforum.php?f=$2&start=$4 last;
Sorry, something went wrong.
@LotusJeff There is an option, Virtual Folder or Forum URL caching that needs to be disable to allow /forums/
As I can see it handles well pagination...it ads a -15 or -30 in the 2nd page and 3rd page. So, cant see where are yours problems
No branches or pull requests
I had to add:
rewrite ^/nforums/(forum|[a-z0-9_-]*-f)([0-9]+)/$ /nforums/viewforum.php?f=$2 last;
This allowed base forums to show.
The text was updated successfully, but these errors were encountered: