Jacek Kowalski
2014-06-11 b3acf6b4c54a4a731fca9ed801f70b092975fbf3
commit | author | age
8bd4d9 1 AddDefaultCharset utf-8
JK 2
3 Order deny,allow
4 Deny from all
5
6 <Files "">
7     Allow from all
8 </Files>
9
10 <Files jacekk.jpg>
11     Allow from all
12 </Files>
13
14 <FilesMatch "\.png$">
15     Allow from all
16 </FilesMatch>
17 <FilesMatch "\.gif$">
18     Allow from all
19 </FilesMatch>
20
21 <Files BotGG.php>
22     Allow from all
23 </Files>
24 <Files BotIMI.php>
25     Allow from all
26 </Files>
27 <Files BotHTTP.php>
28     Allow from all
29 </Files>
30
31 <Files test.php>
32     Allow from all
33 </Files>
34
35 <Files index.html>
36     Allow from all
37 </Files>
38 <Files MODULES.html>
39     Allow from all
40 </Files>