X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=.htaccess;h=189e6b4b88e3de40566fc25adb874bd7bb7b304b;hb=6e47f5d25d117dda1c66e82476165d9abce91fc5;hp=c91ca1c3e52ffa387276decc32558c195f94c8d4;hpb=251996aed11c648ecaa30f77383e0384bfadf7a5;p=timetracker.git diff --git a/.htaccess b/.htaccess index c91ca1c3..189e6b4b 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,16 @@ AddDefaultCharset utf-8 + +# Restrict access to Time Tracker only from certain IPs. +# +# See https://www.anuko.com/time_tracker/faq/restrict_access_by_ip.htm for help. +# For this to work make sure AllowOverride is set to All in web server config file. +# Uncomment 3 lines below and set your IP accordingly. +# +# Order Deny,Allow +# Deny from all +# Allow from 127.0.0.1 +# +# An example for an entire subnet 192.168.1.0 - 192.168.1.255. +# Order Deny,Allow +# Deny from all +# Allow from 192.168.1