diff options
Diffstat (limited to '')
| -rwxr-xr-x | www/html/.htaccess (renamed from web/website/.htaccess) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/website/.htaccess b/www/html/.htaccess index 825c08d..d074f91 100755 --- a/web/website/.htaccess +++ b/www/html/.htaccess @@ -1,4 +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 |
