On 11-8-2018 12:01, Jos Chrispijn wrote:
AllowOverride all
Require all granted
Found a solution for the issue:
- Watch the forward slash at the end of the line (a)
- Added this new line (b)
a
b Options Indexes FollowSymLinks
AllowOverride all
Require all granted
Sometimes
On 11-8-2018 12:01, Jos Chrispijn wrote:
AuthType Basic
AuthName "Password Protected"
AuthBasicProvider file
AuthUserFile /usr/home/user/.htpasswd
AuthName secure
Require valid-user
The last line should not be in it, sorry.
--
[apache24-2.4.34]
For some reason I can't get .htaccess to work.
Can you tell me what I am doing wrong here? Let me share some settings:
# Active --
LoadModule authn_file_module libexec/apache24/mod_authn_file.so
LoadModule authn_d