diff options
Diffstat (limited to 'www/html')
-rwxr-xr-x | www/html/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/.htaccess b/www/html/.htaccess index ff2ab4a..d074f91 100755 --- a/www/html/.htaccess +++ b/www/html/.htaccess @@ -1,5 +1,5 @@ AuthType Basic AuthName "restricted area" -AuthUserFile /var/www/html/ATS-Project/web/.htpasswd +AuthUserFile /var/www/.htpasswd require valid-user DirectoryIndex index.py |