posaune
[timetracker.git] / .htaccess
1 AddDefaultCharset utf-8
2
3 # Restrict access to Time Tracker only from certain IPs.
4 #
5 # See https://www.anuko.com/time_tracker/faq/restrict_access_by_ip.htm for help.
6 # For this to work make sure AllowOverride is set to All in web server config file.
7 # Uncomment 3 lines below and set your IP accordingly.
8 #
9 # Order Deny,Allow
10 # Deny from all
11 # Allow from 127.0.0.1
12 #
13 # An example for an entire subnet 192.168.1.0 - 192.168.1.255.
14 # Order Deny,Allow
15 # Deny from all
16 # Allow from 192.168.1