diff options
Diffstat (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private')
| -rw-r--r-- | Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/.htaccess | 3 | ||||
| -rw-r--r-- | Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/htpasswd | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/.htaccess b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/.htaccess new file mode 100644 index 0000000..c8ba47b --- /dev/null +++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/.htaccess @@ -0,0 +1,3 @@ +Order allow,deny
+Allow from localhost
+Allow from 127.0.0.1
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/htpasswd b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/htpasswd new file mode 100644 index 0000000..110db38 --- /dev/null +++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/private/htpasswd @@ -0,0 +1 @@ +web:$apr1$x00.....$ikr8za1pVpcmML0OyIjl9/ |
