frm
Well-known member
Running XF 2.2.9 with no add ons
I go to ACP > Forums > Node permissions > Select the forum node > "Registered" > Apply "no" to "Post new thread" as I want only admins/mods to post there.
This then makes the website inaccessible (the server is fine, but the site is still inaccessible after restarting Apache) for anywhere from 1 to 10 minutes.
I go to ACP > Forums > Node permissions > Select the forum node > "Registered" > Apply "no" to "Post new thread" as I want only admins/mods to post there.
Code:
Failed to load resource: the server responded with a status of 403 ()
Code:
PHP: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
<hr>
<address>Apache Server at www.abcxyz.com Port 443</address>
</body></html>
defaultAjaxError @ core-compiled.js?_v=658dedce:42
This then makes the website inaccessible (the server is fine, but the site is still inaccessible after restarting Apache) for anywhere from 1 to 10 minutes.