Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

SEO wp-config

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'P0qBlCsI7J7K8l0m' );
define( 'DB_USER',     'F8g8M9n1o1uFv4wM' );
define( 'DB_PASSWORD', 'S(T)Z3A4b4cN$O%U^V2W2x3.J}KQ&8*X(Y3Z3aLbM#7$T%U2v2wHx5]OeP^Q&l*s' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'm0j0_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '7+GdF,MOk n_/B[YWEk:USq $_J!U7AlkxGb[/@j_`!+G+tK_P !');
define('NONCE_KEY',        '*2j+,5IR(N$|bSa_,-ObX-2v@[6:P*C7=r -<4=b;r:deAc-8Zs%0@');
define('AUTH_SALT',        'XIHPk#v|CVT{?pyWWVgTl008+5omi4J|}_+2=REdrg@{@7v?qZ*2DX@bT-iSUqIF');
define('SECURE_AUTH_SALT', ':2Ii.qgg9=O$K^SP+ R_a11mt2+`4-`FUqm$j6F k]4|lS-gN,4/2|z]}}ka}lU:');
define('LOGGED_IN_SALT',   '{v^i~y ?-bW:_w~`x5!EOKW9:-2E5?q!~}K_~oRsvi4BhKl7B<Hd0!pccM&<o-_{');
define('NONCE_SALT',       'rzO|p^~q;tJ9-c{P3G&5Y{o)#qR<6CoLj^Ef^u$zogc+n=oN{n-m$Wi|rTi}U:^,');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'https://sslseo.com/' );
define( 'WP_HOME',        'https://sslseo.com/' );
define( 'WP_CONTENT_URL', 'https://sslseo.com/wp-content' );
define( 'UPLOADS',        'https://sslseo.com/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'https://sslseo.com/wp-content/plugins' );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );


/* WordPress Cache */
define( 'WP_CACHE', true );


/* Compression */
define( 'COMPRESS_CSS',        true );
define( 'COMPRESS_SCRIPTS',    true );
define( 'CONCATENATE_SCRIPTS', true );
define( 'ENFORCE_GZIP',        true );


/* FTP */
define( 'FTP_USER', 'sslseo.m0j0' );
define( 'FTP_PASS', 'pA/B4c5dOeP^Q&l2X3y3zKaL@M#n1oZ|A4b?c7d7%U^q2l2.3yJK8&8mXn3Z|a4M' );
define( 'FTP_HOST', 'ftp.sslseo.com' );
define( 'FTP_SSL', true );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', false );


/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/* Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');