island
Active member
The default xenforo .htaccess has the following directives:
What is the purpose of these exactly?
If one wants to have a custom 403 error page, does it create an issue for xenforo's operation to alter the above?
Code:
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
If one wants to have a custom 403 error page, does it create an issue for xenforo's operation to alter the above?