From: naoki hirata Date: Tue, 28 Feb 2017 01:25:59 +0000 (+0900) Subject: .htaccessファイルの追加。 X-Git-Tag: v2.18.6~2 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=7be37286381c969a8ee32403baefafa35e81379e;p=magic3%2Fmagic3.git .htaccessファイルの追加。 --- diff --git a/_test/.htaccess b/_test/.htaccess new file mode 100644 index 00000000..575ab255 --- /dev/null +++ b/_test/.htaccess @@ -0,0 +1,2 @@ +# Prohibit listing +Options -Indexes diff --git a/images/.htaccess b/images/.htaccess new file mode 100644 index 00000000..575ab255 --- /dev/null +++ b/images/.htaccess @@ -0,0 +1,2 @@ +# Prohibit listing +Options -Indexes diff --git a/modules/.htaccess b/modules/.htaccess new file mode 100644 index 00000000..575ab255 --- /dev/null +++ b/modules/.htaccess @@ -0,0 +1,2 @@ +# Prohibit listing +Options -Indexes diff --git a/resource/.htaccess b/resource/.htaccess index 4b0b12a2..89754657 100644 --- a/resource/.htaccess +++ b/resource/.htaccess @@ -10,3 +10,6 @@ ExpiresByType image/png "access plus 7 days" ExpiresByType image/x-icon "access plus 7 days" ExpiresByType application/x-shockwave-flash "access plus 7 days" + +# Prohibit listing +Options -Indexes diff --git a/scripts/.htaccess b/scripts/.htaccess new file mode 100644 index 00000000..575ab255 --- /dev/null +++ b/scripts/.htaccess @@ -0,0 +1,2 @@ +# Prohibit listing +Options -Indexes diff --git a/templates/.htaccess b/templates/.htaccess new file mode 100644 index 00000000..575ab255 --- /dev/null +++ b/templates/.htaccess @@ -0,0 +1,2 @@ +# Prohibit listing +Options -Indexes diff --git a/ui/.htaccess b/ui/.htaccess new file mode 100644 index 00000000..575ab255 --- /dev/null +++ b/ui/.htaccess @@ -0,0 +1,2 @@ +# Prohibit listing +Options -Indexes diff --git a/widgets/.htaccess b/widgets/.htaccess new file mode 100644 index 00000000..575ab255 --- /dev/null +++ b/widgets/.htaccess @@ -0,0 +1,2 @@ +# Prohibit listing +Options -Indexes