This commit is contained in:
2021-11-21 11:18:28 +01:00
parent 7a358eb836
commit 230b10b2a3
9339 changed files with 892519 additions and 62 deletions

25
.htaccess Normal file
View File

@@ -0,0 +1,25 @@
Allow from All
Satisfy Any
# --------------------------------------------------------------
# Belässt die Dateien, die sich selten oder gar nicht ändern, für eine bestimmte Zeit im Browser-Cache
# --------------------------------------------------------------
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css "access plus 0 seconds"
ExpiresByType text/html "access plus 0 seconds"
ExpiresByType text/x-javascript "access plus 0 seconds"
ExpiresByType application/json "access plus 0 seconds"
ExpiresDefault "access plus 60 seconds"
</IfModule>
## EXPIRES CACHING ##
## PHP VALUES ##
php_value include_path /var/www/luethje/Hochzeit/include
php_value upload_max_filesize 100M
php_value post_max_size 100M