Answer the question
In order to leave comments, you need to log in
How to remove basic authorization for apache subdirectory
When accessing any url, basic authorization from apache is called.
done by simple apache config
<Directory "/var/www/html">
AuthType Basic
AuthName "Private zone. Only for developers!
AuthUserFile /var/www/.htpasswd
require valid-user
How to disable authorization for the /forum folder
The site is located in the /var/www/html/ directory
Available via mydomain.com
I want to disable authorization for mydomain.com/forum or for the server directory / var/www/html/forum
Answer the question
In order to leave comments, you need to log in
There is also such a directive - Satisfy Any
I used it to restrict access by ip, or by password.
Can it somehow be screwed to your case?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question