Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 07-04-2026 en week 15 in de Lente .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

HSTS Time to live

particle

HTTP Strict Transport Security, commonly referred to as HSTS, is a Web standard that aims to ensure all web resources off a domain are fetched over a secure transport layer. The core objective of HSTS is to protect users against passive and active network attacks. To this end, it prevents protocol downgrade attacks and blocks […]

Experation headers htaccess

particle

# ———————————————————————- # | Expires headers | # ———————————————————————- # Serve resources with far-future expires headers. # # (!) If you don’t control versioning with filename-based # cache busting, you should consider lowering the cache times # to something like one week. # # https://httpd.apache.org/docs/current/mod/mod_expires.html ExpiresActive on ExpiresDefault “access plus 1 month” # CSS ExpiresByType […]

Simple – expiration htaccess

particle

ExpiresActive On ExpiresByType image/jpg “access 1 year” ExpiresByType image/jpeg “access 1 year” ExpiresByType image/gif “access 1 year” ExpiresByType image/png “access 1 year”

Auto version snippit

particle

function autoVer($filename){ $url = get_template_directory_uri() . $filename; $file = get_template_directory() . $filename; if ( file_exists($file)) { return $url . ‘?v=’ .md5(date(“FLdHis”, filectime($file)) . filesize($file)); } clearstatcache(); }

Home