enable basic authentication in .htaccess and restrict access to .htpasswd file
This commit is contained in:
parent
6b92b14a77
commit
dc7d476d17
18
.htaccess
18
.htaccess
@ -1,9 +1,9 @@
|
|||||||
# AuthType Basic
|
AuthType Basic
|
||||||
# AuthName "Geschützter Bereich"
|
AuthName "Geschützter Bereich"
|
||||||
# AuthUserFile /FSST/Website/.htpasswd
|
AuthUserFile /FSST/Website/.htpasswd
|
||||||
# Require valid-user
|
Require valid-user
|
||||||
#
|
|
||||||
# # .htpasswd vor Auslieferung schützen
|
# .htpasswd vor Auslieferung schützen
|
||||||
# <Files ".htpasswd">
|
<Files ".htpasswd">
|
||||||
# Require all denied
|
Require all denied
|
||||||
# </Files>
|
</Files>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user