define(‘COOKIE_DOMAIN’, ‘.heusinkveld.com’);
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # ###################################################################### # # MEDIA TYPES AND CHARACTER ENCODINGS # # ###################################################################### # ———————————————————————- # | Media types | # ———————————————————————- # Serve resources with the proper media types (f.k.a. MIME […]
# BEGIN SSL 301 Redirect RewriteCond %{HTTPS} off # First rewrite to HTTPS: # Don’t put www. here. If it is already there it will be included, if not # the subsequent rule will catch it. RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Now, rewrite any request to the wrong domain to use www. RewriteCond %{HTTP_HOST} !^(www). […]
RewriteEngine On RewriteCond %{HTTP_HOST} ^example.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
javascript:(function() { excludes = []; scripts = document.querySelectorAll(“script”); scripts.forEach(e => { if (!e.defer && e.src) { excludes.push(e.src); } }); console.log(excludes); })();
/****************************************** Disable – Recaptcha badge v3 ******************************************/ .grecaptcha-badge { opacity: 0; }