From a4e480fb165c2c59dd8d081d41d49f4196a82955 Mon Sep 17 00:00:00 2001 From: Milan Date: Sat, 14 Nov 2020 19:02:31 +0100 Subject: [PATCH] .htaccess: cleanup --- website/agenda/.htaccess | 2 -- website/agenda/css/.htaccess | 15 --------------- website/agenda/image/.htaccess | 8 -------- website/agenda/js/.htaccess | 15 --------------- website/agenda/templates/.htaccess | 2 -- 5 files changed, 42 deletions(-) diff --git a/website/agenda/.htaccess b/website/agenda/.htaccess index 28880d0..8e1ab50 100644 --- a/website/agenda/.htaccess +++ b/website/agenda/.htaccess @@ -104,8 +104,6 @@ Options -Indexes +FollowSymLinks +MultiViews +ExecCGI AddHandler cgi-script .cgi .pl -#Order allow,deny -#allow from all Require all granted ## compress diff --git a/website/agenda/css/.htaccess b/website/agenda/css/.htaccess index a561d7e..754e331 100644 --- a/website/agenda/css/.htaccess +++ b/website/agenda/css/.htaccess @@ -1,17 +1,2 @@ Options -Indexes +FollowSymLinks +MultiViews -ExecCGI -#Order allow,deny -#allow from all Require all granted - - - ExpiresActive On - ExpiresDefault "access plus 5 minutes" - - - - -# Header set Cache-Control "public" - Header set Cache-Control "max-age=600, public" - - - diff --git a/website/agenda/image/.htaccess b/website/agenda/image/.htaccess index 42bfede..754e331 100644 --- a/website/agenda/image/.htaccess +++ b/website/agenda/image/.htaccess @@ -1,10 +1,2 @@ Options -Indexes +FollowSymLinks +MultiViews -ExecCGI -#Order allow,deny -#allow from all Require all granted - - -ExpiresActive On -ExpiresDefault "access plus 10 minutes" - - diff --git a/website/agenda/js/.htaccess b/website/agenda/js/.htaccess index 51379c5..754e331 100644 --- a/website/agenda/js/.htaccess +++ b/website/agenda/js/.htaccess @@ -1,17 +1,2 @@ Options -Indexes +FollowSymLinks +MultiViews -ExecCGI -#Order allow,deny -#allow from all Require all granted - - - ExpiresActive On - ExpiresDefault "access plus 10 minutes" - - - - -# Header set Cache-Control "public" - Header set Cache-Control "max-age=600, public" - - - diff --git a/website/agenda/templates/.htaccess b/website/agenda/templates/.htaccess index 144e0fd..b66e808 100644 --- a/website/agenda/templates/.htaccess +++ b/website/agenda/templates/.htaccess @@ -1,3 +1 @@ -#Order deny,allow -#deny from all Require all denied