Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forum error documents not working #47

Open
philwareham opened this issue Jun 3, 2019 · 2 comments
Open

Forum error documents not working #47

philwareham opened this issue Jun 3, 2019 · 2 comments
Assignees

Comments

@philwareham
Copy link
Member

We need to replicate the old forum .htaccess rules in the new Nginx config - previous rules as follows:

ErrorDocument 401 "401"
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
ErrorDocument 500 /500.html

Currently any errors are just bringing up the homepage, which is not desired.

@petecooper
Copy link
Member

Will sort - thanks for the heads up.

petecooper added a commit that referenced this issue Jun 3, 2019
@petecooper
Copy link
Member

petecooper commented Jun 3, 2019

This is an interesting one, and I will need to investigate further later on. I've done the groundwork for the custom error files in a5f532c and 1f4f0ff but it's not taking properly. Syntax looks OK, and I wonder if it's related to the error handling on the fluxBB side of things. I should have some time after 8pm tonight, will check back then.

Edit: still working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants