lamalamaMark of Lama Lama
7/4/2018 - 8:28 AM

lamalama.build .htaccess

# Disable OPCache
php_flag opcache.enable Off

# Force SSL
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L,NE]