• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache and .htaccess file..

kt

Diamond Member
Maybe someone can shed some light on this for me. I am just trying to protect a directory with an .htaccess file but it is giving me problems. Here's the content of the .htaccess file:

AuthUserFile /var/adminusers
AuthGroupFile /dev/null
AuthName adminsection
AuthType Basic

<Limit GET>
require valid-user
</Limit>

When I try to access, it will prompt me for user and password. So that works. But every page I try to access in the directory, it prompt me for password again.
 
Back
Top