jacobemerick/yougetacookie/master/public/.htaccess - Htaccess File

jacobemerick/yougetacookie/master/public/.htaccess

<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault A0

  <FilesMatch ".(css|ico|jpg|js|png)$">
  ExpiresDefault A604800
  </FilesMatch>
</IfModule>

RewriteEngine on

RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URL} [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URL

Comments

Apache