aboutsummaryrefslogtreecommitdiffstats
path: root/template-extension
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-07-26 21:29:21 +0000
committerrub <rub@piwigo.org>2006-07-26 21:29:21 +0000
commit7ca31726ed18b70c04eb606e081df20aa63e9c06 (patch)
tree0ad492992765b2e4443423bca1c6722731f9b12d /template-extension
parente7f8b142697c6066cb4da31da94b13dec562eb2e (diff)
Resolved Issue ID 0000474 (Step 2):
o Add .htaccess files => * admin - .htaccess = deny from all * doc - no .htaccess * galleries - .htaccess = Options -Indexes * include - .htaccess = deny from all => move 2 .js in template-common * install - .htaccess = deny from all * language - .htaccess = deny from all * template - .htaccess = Options -Indexes * template-common - .htaccess = Options -Indexes * template-extension - .htaccess = Options -Indexes * tools - no .htaccess git-svn-id: http://piwigo.org/svn/trunk@1505 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-extension')
-rw-r--r--template-extension/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/template-extension/.htaccess b/template-extension/.htaccess
new file mode 100644
index 000000000..eee07900b
--- /dev/null
+++ b/template-extension/.htaccess
@@ -0,0 +1,2 @@
+Options -Indexes
+