diff options
Diffstat (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/pwprot')
| -rw-r--r-- | Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/pwprot/.htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/pwprot/.htaccess b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/pwprot/.htaccess new file mode 100644 index 0000000..ed52683 --- /dev/null +++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/pwprot/.htaccess @@ -0,0 +1,7 @@ +#Order allow,deny
+#Allow from localhost
+#Allow from 127.0.0.1
+AuthType Basic
+AuthName "Pretty secure Area"
+Require valid-user
+AuthUserFile d:/ewa3/private/htpasswd
|
