JezK
Edit File: wp-config.php
<?php //Begin Really Simple SSL key define('RSSSL_KEY', '4jv5W6LUbgTtemtVCnHASzX6lVvPrt1i2kmri6NMupPcok3D9goj3ytf8ohjgp9S'); //END Really Simple SSL key //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL cookie settings define( 'ITSEC_ENCRYPTION_KEY', 'IywsMDI9VUJ5enE9bWBIJSB5R3tCbW4zU04uJXtuM1UgQXpWS31iNFhQWCxQLl5VbmtlOnhyWV4mWEtGfGkzcw==' ); /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'u910532359_xKnvJ' ); /** Database username */ define( 'DB_USER', 'u910532359_F26hC' ); /** Database password */ define( 'DB_PASSWORD', 'MvhE3EEm9tnzzrZj' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * You can change these at any point in time to invalidate all existing cookies. * This will force all users to have to log in again. * * @since 2.6.0 */ define( 'AUTH_KEY', 'H2`I/is~8B,O%mZmy,p5qkUvIRmV1}L)v.TlFWotZzf6L{#lv1fiPh3-8VcIF!rZ' ); define( 'SECURE_AUTH_KEY', '(jw&Ug/D.oK1g[3EAc/*X;} w|E5;Konun9_x3sz t&9YWvxEZ/ESAlaAW[D>+mB' ); define( 'LOGGED_IN_KEY', 'B.VI~Xa6XE~Xz@CO,m6,=6=sfz%}*02r^}~th:+9F|_jnV 0&;cLLs,5-M.Dy*,2' ); define( 'NONCE_KEY', '% KClV#.$Rjy?L)QdaOGG> PyPL-6WNxn#IXC6W`#]7W9e=1)c7WimTYZlbJNy/;' ); define( 'AUTH_SALT', 'j<,q`AfgxB.m78!#jkR,Qso6Rn?6T^D%svesReY~YB!<3#)]7nTcUbd[;3Jr}en.' ); define( 'SECURE_AUTH_SALT', '0SB=X_81>5Ci( |hG5vb&osE?=>%J&+nTSl~18L{M;mVFuibtI0!1K%&G~Z:(u,q' ); define( 'LOGGED_IN_SALT', 'bTE|0AJDH.tJdFS@`E7QIaT1wbK5s3j$dNGM#cq9?a/hw*)r17NAU|fb3c*|7(p6' ); define( 'NONCE_SALT', ']zq~G<IDEKuRQC &WP5HJr;[mP/@xr,GUFb g2jHN/W7Q[awic@wuR6T]zu.ho97' ); define( 'WP_CACHE_KEY_SALT', 'l759Zi|A3l;h7>/2bmv.k03~j#jH]3zxlWV9:~Nr1$csL#q_`)3o#_z[Rl2U*/.`' ); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'FS_METHOD', 'direct' ); define( 'WP_AUTO_UPDATE_CORE', false ); define( 'WP_DEBUG_LOG', false ); define( 'WP_DEBUG_DISPLAY', false ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';