]> git.mjollnir.org Git - s9y.git/commitdiff
Also deniy *.tpl.php
authorgarvinhicking <garvinhicking>
Mon, 19 Sep 2005 15:14:02 +0000 (15:14 +0000)
committergarvinhicking <garvinhicking>
Mon, 19 Sep 2005 15:14:02 +0000 (15:14 +0000)
include/tpl/htaccess_cgi_errordocs.tpl
include/tpl/htaccess_cgi_normal.tpl
include/tpl/htaccess_cgi_rewrite.tpl
include/tpl/htaccess_errordocs.tpl
include/tpl/htaccess_normal.tpl
include/tpl/htaccess_rewrite.tpl

index c69a7d1b0b638b776c1c83d0850b3ed7f08a0344..18955145bcffda0730816c1cd3a22c61f4277de8 100644 (file)
@@ -2,6 +2,10 @@
 ErrorDocument 404 {PREFIX}{indexFile}
 DirectoryIndex {PREFIX}{indexFile}
 
+<Files *.tpl.php>
+    deny from all
+</Files>
+
 <Files *.tpl>
     deny from all
 </Files>
index 85a6a7521e8d7da2202ddddb834742539b3a14e1..8e5b3bcb07dd2d0afa638e8aaa51257bf0a6f2b6 100644 (file)
@@ -1,5 +1,10 @@
 # BEGIN s9y
 DirectoryIndex {PREFIX}{indexFile}
+
+<Files *.tpl.php>
+    deny from all
+</Files>
+
 <Files *.tpl>
     deny from all
 </Files>
index 603ac61a96cf6eb8b9ccb30a784daf989cb4b587..6b4bd3e9cb750d783c4cb07547362975a4470a3b 100644 (file)
@@ -24,6 +24,10 @@ RewriteRule ^index\.(html?|php.+) {indexFile}?url=index.html [L,QSA]
 RewriteRule ^htmlarea/(.*) htmlarea/$1 [L,QSA]
 RewriteRule (.*\.html?) {indexFile}?url=/$1 [L,QSA]
 
+<Files *.tpl.php>
+    deny from all
+</Files>
+
 <Files *.tpl>
     deny from all
 </Files>
index 7477fb3344bc5494dd44695ce98cb7dc64e1165a..32c4b3ca9aff7e8a3f50e62d29b1d09b7f1cfd0e 100644 (file)
@@ -4,6 +4,10 @@ DirectoryIndex {PREFIX}{indexFile}
 php_value session.use_trans_sid 0
 php_value register_globals off
 
+<Files *.tpl.php>
+    deny from all
+</Files>
+
 <Files *.tpl>
     deny from all
 </Files>
index 73c3a94be748778cdc2913f55f28d7cfa33320dd..7bb21a44c80c0ccd7b5839adc4492991aeaa7473 100644 (file)
@@ -2,6 +2,11 @@
 DirectoryIndex {PREFIX}{indexFile}
 php_value session.use_trans_sid 0
 php_value register_globals off
+
+<Files *.tpl.php>
+    deny from all
+</Files>
+
 <Files *.tpl>
     deny from all
 </Files>
index cce5d1d8ac2868f83fb281dadb7ef510b0f15096..0a21d2f6e75d57e275ae2f16c742907ac0c749c0 100644 (file)
@@ -26,6 +26,10 @@ RewriteRule ^index\.(html?|php.+) {indexFile}?url=index.html [L,QSA]
 RewriteRule ^htmlarea/(.*) htmlarea/$1 [L,QSA]
 RewriteRule (.*\.html?) {indexFile}?url=/$1 [L,QSA]
 
+<Files *.tpl.php>
+    deny from all
+</Files>
+
 <Files *.tpl>
     deny from all
 </Files>