Jelajahi Sumber

Add sample .htaccess file to protect doc/ directory

pdontthink 16 tahun lalu
induk
melakukan
7ee164d580
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      doc/.htaccess

+ 5 - 0
doc/.htaccess

@@ -0,0 +1,5 @@
+Order Deny,Allow
+Deny from all
+Allow from 127
+Allow from 10
+Allow from 192