Go Live checklist
Validate Markup: The W3C Markup Validation Service Reduce TTL of A-Record to 300 (= 5 minutes) Check forms Check form mails (.env mail credentials)...
non www .htaccess redirect
RewriteEngine On RewriteCond %{HTTP_HOST} !^domain.tld$ [NC] RewriteRule ^/?(.*) https://domain.tld/$1 [L,R=301,NE]
SSH Setup
Checklist to set up a Project via SSH for Kirby and Statamic Projects. Setup SSH Key Connect to Server: ssh USER@DOMAIN.TLD Generate key (no...