• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionac7b438012f46d9e7e30a0bb3c9dd666e90c118b (tree)
Zeit2004-08-13 21:29:11
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

BugTrack/652 Added .htaccess to forbid direct-access of supporting files

Ändern Zusammenfassung

Diff

--- a/.htaccess
+++ b/.htaccess
@@ -2,3 +2,53 @@
22 Order allow,deny
33 Deny from all
44 </FilesMatch>
5+
6+<Files backup.php>
7+ Order allow,deny
8+ Deny from all
9+</Files>
10+
11+<Files file.php>
12+ Order allow,deny
13+ Deny from all
14+</Files>
15+
16+<Files func.php>
17+ Order allow,deny
18+ Deny from all
19+</Files>
20+
21+<Files html.php>
22+ Order allow,deny
23+ Deny from all
24+</Files>
25+
26+<Files init.php>
27+ Order allow,deny
28+ Deny from all
29+</Files>
30+
31+<Files make_link.php>
32+ Order allow,deny
33+ Deny from all
34+</Files>
35+
36+<Files mbstring.php>
37+ Order allow,deny
38+ Deny from all
39+</Files>
40+
41+<Files plugin.php>
42+ Order allow,deny
43+ Deny from all
44+</Files>
45+
46+<Files rss.php>
47+ Order allow,deny
48+ Deny from all
49+</Files>
50+
51+<Files template.php>
52+ Order allow,deny
53+ Deny from all
54+</Files>