We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
squirrelmail
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add sample .htaccess file to protect doc/ directory
pdontthink
16 years ago
parent
ebfec760b2
commit
7ee164d580
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
doc/.htaccess
+ 5
- 0
doc/.htaccess
View File
@@ -0,0 +1,5 @@
+Order Deny,Allow
+Deny from all
+Allow from 127
+Allow from 10
+Allow from 192