File: //home/primrwxj/weddingmonitor/wp-config.php
<?php
//Begin Really Simple SSL key
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/primrwxj/weddingmonitor/wp-content/plugins/wp-super-cache/' );
define('RSSSL_KEY', 'Crx1vXvteEuguiixvwHDmKG4Znijt4YhPxPynNJaKyio0go4hC13xvWdLpZjgoei');
//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
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'primrwxj_wp18' );
/** MySQL database username */
define( 'DB_USER', 'primrwxj_wp18' );
/** MySQL database password */
define( 'DB_PASSWORD', 'ZN@p8!8sS8' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'hd+>Y1}q.-z`@(GWFvD[}%3kCi?b3NKA9}*j9Dpxf_|I5iRrLO|h-95]6k#pn:~:');
define('SECURE_AUTH_KEY', '+dLPvw;S )gtSjcd^|0+}ldV@7y|4,-K-iTM)c8<M|U)IBsFyl0.8A++A^)^EAo-');
define('LOGGED_IN_KEY', 'uiIl51ZK<|mllB1HoE,GZR$RL+y.Ao8g[oizTjxI:|fNb,Z4J!$dwlp{GmS6MYc^');
define('NONCE_KEY', 'i@J|X-j_=:LR]x20o~-+_$&Fmmyo`{I#`VDKFP8#h6H&)w;!SUEP~Z:`{OnH-Ba/');
define('AUTH_SALT', '{{K[e/+-U-A|]DJMKO-ka*Wfc00+=q,z+}_Mnq-~`x5DaL6wC1S9,5dI[o9rjTQA');
define('SECURE_AUTH_SALT', '7/fU6M}D8S>.-P|J*qbv8D}c0X&6r+E5+R-OX;dFuZ6%mte2y+r4ub*3-N&@~@ 0');
define('LOGGED_IN_SALT', '5 +kPp[zszS0>DAIcB.Vq2W.b6 &=oyK><o~l]$|iZk8S@Dcb(1I685$K/ yHKf4');
define('NONCE_SALT', ':3vO}f6k)K.I>f`+<m@]LZ}c`%YM|4R+11S;03D+T||A6$g[DBZPWHW82ON@/XR@');
/**#@-*/
/**
* 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 = '8dTjOE_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
define( 'CONCATENATE_SCRIPTS', false );
/* That's all, stop editing! Happy publishing. */
/** 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' );
define('DISALLOW_FILE_EDIT', true);