File: /home/d5123/myboofola_com/wp-config.php
<?php
define('WP_CACHE', true); // Added by SpeedyCache
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'd5123_wp889' );
/** Database username */
define( 'DB_USER', 'd5123_wp889' );
/** Database password */
define( 'DB_PASSWORD', '7@p[2Z8SGP' );
/** Database 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', 'dd9h1geebfow97pklwkqclapzduuia5khuur99d8bh3jgtijmyqmkubyge8waisk' );
define( 'SECURE_AUTH_KEY', 'xgryuoy6g10dtin10ug5vsl66wxiy4egiqsmrbkstr8jkpsopak6qwgkkhqp1nex' );
define( 'LOGGED_IN_KEY', '5cbon1qkggonfwrsoe517uqk0kv7czlpchayuqed2fe8ghg59ze8cp9afsrx2ry5' );
define( 'NONCE_KEY', '43q8ptkni1acfgdby6apjkvlrdjpi6tugsugsi5ua0nr0hq0ykjb3ytet3ptsmks' );
define( 'AUTH_SALT', 'bg3fdnxyfnhj21e2bq76wtlvqwfyyv9k8nxn57xu4klamf5c2qwq7nm4ccteakfj' );
define( 'SECURE_AUTH_SALT', 'woxf804jg9y67ixbuf0c02viddnlzc7tpkd42davoybwswjnhhootse3hz7ajqg0' );
define( 'LOGGED_IN_SALT', 'pinge2jqq3pjq6eh77auonrmb4kjeewnlvnjyovthyxyzog6yyda16ynke29lrbo' );
define( 'NONCE_SALT', 'ikukiakdyj5fkir9irwbbth0ddafevgyxkd4vlnkhduads4sfxotckyoutlip8mw' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp2g_';
define( 'SUNRISE', '1' );
// Automatically injected by Ultimate Multisite;
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
/* Turns on Debugging Features to Display On-Screen */
define( 'WP_DEBUG', true );
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/* Add any custom values between this line and the "stop editing" line. */
/**
* Defines an Alternate Location for the Images Upload Path.
* Default Path is 'wp-content/uploads')
* Remember to Change File Saving Structure to Flat in Dashboard First.
* (Only Change File Structure if Desired by Preferance/Etc.)
*/
define( 'UPLOADS', 'uploads-images' );
/* Cleanup and Auto-Save */
// define( 'AUTOSAVE_INTERVAL', 300 );
// define( 'WP_POST_REVISIONS', 5 );
// define( 'EMPTY_TRASH_DAYS', 7 );
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
define( 'DOMAIN_CURRENT_SITE', 'myboofola.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
/* Can Speed Site Loading Times */
define( 'CONCATENATE_SCRIPTS', false );
// Use with Caution!
/* Enables/Disables the Default/Built-In WP Cron to Allow Alternate Crons
// Cron May Need to Be Run from Alternate Sources - Remember to Test! */
define( 'DISABLE_WP_CRON', true );
/* I really hope nobody ever reads my stupid notes and comments! */
/* Enables Alternative Cron for WP Multisite */
define( 'ALTERNATE_WP_CRON', true );
define( 'WP_CRON_LOCK_TIMEOUT', 300 );
/* If NO Blog Found, Then Redirect to Alternate Site */
/* define( 'NOBLOGREDIRECT', 'https://myboofola.com/nonesuch' ); */
/* Can be Redirected to Any Desired URL.
/* Security */
// define( 'WP_AUTO_UPDATE_CORE', 'true' );
// define( 'FORCE_SSL_ADMIN', true );
// define( 'DISALLOW_FILE_EDIT', true );
// define( 'COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );
// Adds Security, but Also Can Break the Site!
/* Default Theme for New Sites */
define( 'WP_DEFAULT_THEME', 'popularfx' );
// Ultimate Multisite (WaaS) - Domain Mapping Settings for cPanel
define( 'WU_CPANEL_USERNAME', 'd5123' );
define( 'WU_CPANEL_PASSWORD', 'imDXedDPiswSnEOT' );
define( 'WU_CPANEL_HOST', 'myboofola.xyz' );
define( 'WU_CPANEL_PORT', '2083' );
define( 'WU_CPANEL_ROOT_DIR', '/myboofola_com' );
// Ultimate Multisite Settings - cPanel Integration - End
define('DISALLOW_FILE_EDIT', true);
/* 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';