summaryrefslogtreecommitdiff
path: root/public/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'public/.htaccess')
-rw-r--r--public/.htaccess43
1 files changed, 21 insertions, 22 deletions
diff --git a/public/.htaccess b/public/.htaccess
index d4d7c3d..313051b 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -6,7 +6,6 @@ Header add Origin-Name coder
## deny all files too
RedirectMatch 403 ^/app/.*$
RedirectMatch 403 ^/cache/.*$
- RedirectMatch 403 ^/processed-views/.*$
## deny folders only
RedirectMatch 403 ^/css/?$
@@ -81,31 +80,31 @@ AddOutputFilterByType DEFLATE application/json
### ### EXPIRATION DATES
# EXPIRATION DATE BY TYPE
-### <IfModule mod_expires.c>
-### ExpiresActive On
-###
-### # Default directive
-### ExpiresDefault "access plus 0 seconds"
-###
-### # My Fav-icon and Images
-### ExpiresByType image/x-icon "access plus 100 days"
-### ExpiresByType image/gif "access plus 100 days"
-### ExpiresByType image/png "access plus 100 days"
-### ExpiresByType image/jpg "access plus 100 days"
-### ExpiresByType image/jpeg "access plus 100 days"
-### ExpiresByType image/webp "access plus 100 days"
-###
-### # Fonts
-### ExpiresByType font/woff2 "access plus 200 days"
-### ExpiresByType font/ttf "access plus 200 days"
-###
+<IfModule mod_expires.c>
+ ExpiresActive On
+
+ # Default directive
+ ExpiresDefault "access plus 0 seconds"
+
+ # My Fav-icon and Images
+ ExpiresByType image/x-icon "access plus 100 days"
+ ExpiresByType image/gif "access plus 100 days"
+ ExpiresByType image/png "access plus 100 days"
+ ExpiresByType image/jpg "access plus 100 days"
+ ExpiresByType image/jpeg "access plus 100 days"
+ ExpiresByType image/webp "access plus 100 days"
+
+ # Fonts
+ ExpiresByType font/woff2 "access plus 200 days"
+ ExpiresByType font/ttf "access plus 200 days"
+
### # CSS
### #: ExpiresByType text/css "access plus 1 month"
### # Javascript
### #: ExpiresByType application/javascript "access plus 1 year"
-### </IfModule>
-###
-###
+</IfModule>
+
+
# Remove Server's Signature
### ServerSignature Off