diff --git a/.htaccess b/.htaccess
index c555666..7d1d16e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,12 @@
+Options -Indexes
+
Order allow,deny
Deny from all
-
- Allow from all
-
\ No newline at end of file
+
+
+ allow from 127.0.0.1
+ # Only allow from local IPs:
+ allow from 10.0.0.0/255.0.0.0
+ allow from 172.16.0.0/255.240.0.0
+ allow from 192.168.0.0/255.255.0.0
+