test deploy

This commit is contained in:
2019-05-27 17:03:03 +02:00
parent fd38b48e27
commit 55356da898
76 changed files with 4980 additions and 6128 deletions

View File

@@ -9,7 +9,7 @@ RewriteEngine On
# along the lines of: RewriteBase /<your_sub_folder>
##
# RewriteBase /
RewriteBase /
## End - RewriteBase
@@ -73,3 +73,17 @@ RewriteRule ^(LICENSE\.txt|composer\.lock|composer\.json|\.htaccess)$ error [F]
Options -Indexes
DirectoryIndex index.php index.html index.htm
# End - Prevent Browsing and Set Default Resources
## MISE EN CACHE DU NAVIGATEUR ##
# UN AN POUR LES IMAGES
<filesMatch ".(jpg|jpeg|png|gif|ico)$">
Header set Cache-Control "max-age=31536000, public"
</filesMatch>
# UN MOIS POUR LES SCRIPTS
<filesMatch ".(css|js)$">
Header set Cache-Control "max-age=2628000, public"
</filesMatch>
## MISE EN CACHE DU NAVIGATEUR ##