add internal image folders
This commit is contained in:
7
website/agenda_files/media/.htaccess
Normal file
7
website/agenda_files/media/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 5 minutes"
|
||||
</IfModule>
|
||||
|
||||
7
website/agenda_files/media/icons/.htaccess
Normal file
7
website/agenda_files/media/icons/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 5 minutes"
|
||||
</IfModule>
|
||||
|
||||
7
website/agenda_files/media/images/.htaccess
Normal file
7
website/agenda_files/media/images/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 5 minutes"
|
||||
</IfModule>
|
||||
|
||||
3
website/agenda_files/media/internal/.htaccess
Normal file
3
website/agenda_files/media/internal/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
deny from all
|
||||
|
||||
3
website/agenda_files/media/internal/icons/.htaccess
Normal file
3
website/agenda_files/media/internal/icons/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
deny from all
|
||||
|
||||
3
website/agenda_files/media/internal/images/.htaccess
Normal file
3
website/agenda_files/media/internal/images/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
deny from all
|
||||
|
||||
3
website/agenda_files/media/internal/thumbs/.htaccess
Normal file
3
website/agenda_files/media/internal/thumbs/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
deny from all
|
||||
|
||||
3
website/agenda_files/media/internal/upload/.htaccess
Normal file
3
website/agenda_files/media/internal/upload/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
deny from all
|
||||
|
||||
7
website/agenda_files/media/thumbs/.htaccess
Normal file
7
website/agenda_files/media/thumbs/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 5 minutes"
|
||||
</IfModule>
|
||||
|
||||
7
website/agenda_files/media/upload/.htaccess
Normal file
7
website/agenda_files/media/upload/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 5 minutes"
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user