Skip to content

Wp Config.php _verified_

/** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' );

/** MySQL database password */ define( 'DB_PASSWORD', 'password_here' ); wp config.php

Note: Requires proper SSL certificate and DB_HOST to match certificate domain. /** Database charset to use in creating database tables

define( 'FORCE_SSL_ADMIN', true );

Scroll To Top