MOON
Server: Apache
System: Linux server1.primemusicproductions.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
User: primrwxj (1001)
PHP: 8.3.3
Disabled: NONE
Upload Files
File: //home/primrwxj/public_html/wp-config.php
<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'OVakdJ92I4vPjpQcNfN9eOVgBb4hzJf8koyNzzXWk3zm9qrVlJziCWjU1RhsgGxC');
//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
define( 'WP_CACHE', true );
/**
 * 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 */
 //Added by WP-Cache Manager
define('DB_NAME', 'primrwxj_wp71');
/** MySQL database username */
define('DB_USER', 'primrwxj_wp71');
/** MySQL database password */
define('DB_PASSWORD', '9(zpr6S1s)');
/** 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',         'B,+ZZgV1!=C}cDY`er|^1Y%; -/.#s1e63-6 ^/T[9_wA@9K;x/7B>_73I(-/n:T');
define('SECURE_AUTH_KEY',  '9m9OGRycW&;Lz-|tgl|Kv^k{?cd0;E=Z{YeO@vJ_e(d)5<n)*-*ts`5#l5li^,+m');
define('LOGGED_IN_KEY',    'zu|b<FQK#b-_|-/yc!|xVD*7=_(wW>i})1!>_7 I[brwx$jRD}$7V&|B0B6tn%Sy');
define('NONCE_KEY',        'ktX-(Y,P_b/.Pdj05WQh(4$vr-><82+1`AT <-z[+Z4PPbEIGn<n#{hBh=+D,;Mz');
define('AUTH_SALT',        'j?7ha#>%</5K4z;F/djBsmd@.+w-)|e7-f1od /J}/|H+b0<W,T%H2u6Z5h&t~[G');
define('SECURE_AUTH_SALT', 'OKGlHPJygH3s^xwE!_-35=CB2ovczD+so-EEZj>++^Wf>c^4jK:KhYSbF:Sm<Fd-');
define('LOGGED_IN_SALT',   'KtoN>IOi:dpc7<>rWCB&:IZevweIgz6>eZ@.6oQ8?F>D-yL6np6cwwEux:zt8tM%');
define('NONCE_SALT',       't;L-*Y},m!Cw_+)%L<X~S}HUc70lLQ7AF#2[^5Y#&/iEj:g;g7<G^n;TPt%h|`aW');
/**#@-*/
/**
 * 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  = 'wpff_';
/**
 * 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('DISALLOW_FILE_EDIT', true);

define('CONCATENATE_SCRIPTS', false);

/* That's all, stop editing! Happy blogging. */
/** 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');