: Try putting satisfy any order deny,allow deny from all at the top instead of at the bottom: <Directory "/var/www"> # Allow Network Access and/or Basic Auth order deny,allow Satisfy any
Try putting
satisfy any
order deny,allow
deny from all
at the top instead of at the bottom:
<Directory "/var/www">
# Allow Network Access and/or Basic Auth
order deny,allow
Satisfy any
allow from 192.168
AuthName "Enter passwd!"
require valid-user
AuthUserFile /var/.passwd
AuthType Basic
deny from all
</Directory>
More posts by @Ogunnowo487
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.