Hosting
These are the default settings after a website has gone live. Hosting Settings:

  1. Activate SSL Encryption.
  2. Set the Root-Path to the /web folder of the project.
  3. Import Database.
  4. Set php.ini settings:
  5. allow_url_fopen(opens new window) must be enabled for updating and installing plugins from the Plugin Store.
  6. proc_*(opens new window) methods must be enabled in order to utilize the Plugin Store, install updates, and send emails. (proc_open / proc_close)
  7. ignore_user_abort(opens new window) must be enabled for the default, web-based queue runner to operate.
  8. open_basedir must be enabled.
.env
These are the default settings after a website has gone live. .env Settings:
  1. .env
                                                        
    CRAFT_ENVIRONMENT=production or CRAFT_ENVIRONMENT=live (Depending on which plugin is used.)
    
    # Database connection settings
    CRAFT_DB_DRIVER="mysql"
    CRAFT_DB_SERVER="localhost"
    CRAFT_DB_PORT="3306"
    CRAFT_DB_DATABASE="db_name"
    CRAFT_DB_USER="db_user"
    CRAFT_DB_PASSWORD="db_password"
    CRAFT_DB_SCHEMA=
    CRAFT_DB_TABLE_PREFIX=
    
    DEV_MODE=false
    ALLOW_ADMIN_CHANGES=true
    DISALLOW_ROBOTS=false
    
    CRAFT_WEB_ROOT="/srv/www/vhosts/.../web" (The root path to the /web folder)
    PRIMARY_SITE_URL="Website URL"
                                                        
                                                    
Craft Console
Copy the lincese key from /config/license.key and claim it hereĀ https://console.craftcms.com/a... (You must choose the LivingTech GmbH organisation, on the top, right corner)
Go to Back-End, to Ultilities/Caches and press Clear Caches.
Allgemein
These are the default settings after a website has gone live. Hosting Settings:

  1. GA4
  2. Search Console
  3. Google ReCaptcha