File: //old_home_backup/entrepreneurforum.co.uk/public_html-20241004155433/wp-config.php
<?php
// Begin AIOWPSEC Firewall
if (file_exists('/home/entrepreneurforum.co.uk/public_html/aios-bootstrap.php')) {
include_once('/home/entrepreneurforum.co.uk/public_html/aios-bootstrap.php');
}
// End AIOWPSEC Firewall
define('DISALLOW_FILE_EDIT', false);
define('ALLOW_UNFILTERED_UPLOADS', false);
define('WP_AUTO_UPDATE_CORE', 'minor');
define('WP_POST_REVISIONS', '10');
define('DISALLOW_FILE_MODS', false);
define('AUTOSAVE_INTERVAL', '30');
define('DISALLOW_UNFILTERED_HTML', false);
define('FORCE_SSL_LOGIN', true);
define('FORCE_SSL_ADMIN', 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://wordpress.org/support/article/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', 'entrepreneurforumcouk' );
/** MySQL database username */
define( 'DB_USER', 'entrepreneurforumcouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'EoGLuMJdZX2tWxmU' );
/** 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', 'r/Hyxfs<>E5&E<CI[h*P?M/^!r[_cze&6c$rt](pj@r*6Aw$am-r;R}=zh[U9;>>');
define('SECURE_AUTH_KEY', 'p-g*.cq<z5&m?w0>l#[0,uImcb}Otn*F^ci&-8q.q2f7xy>je)]D3~:a[s/Pp(T+');
define('LOGGED_IN_KEY', 'NS,BBLUM3GqP!jgej;J{lnWL?)]q}GHQ{x(ie4SxjnCaDWXJgR!cUE2ow(`B)l~f');
define('NONCE_KEY', '!!U2y:Ohd>n%?!5ZJVlgFj5llx*I=XcDCq>y<l&(%}|Vs0oG^cq%3FA|~+g5923?');
define('AUTH_SALT', '|>B|P`Yb Av~CW|P!4|gr&5~Na>Cx-`-|=}r51# hh8|?gaU{[{+$zDdz->tJC+F');
define('SECURE_AUTH_SALT', 'ukkHP:InATo7WF>R@:v&hJI[04!fJOIUS&h +}t{;g&DrFHP?1X|d50ZuN:uOCjm');
define('LOGGED_IN_SALT', 'vf[u#R:~a}9C.n=B0-|C I<Bo@e*xr#6sUING.ceL+-oM0Ok^I`S4Xk3mFO.xUtu');
define('NONCE_SALT', '7(Pd5OQ5>[~k@r]^RCM*P&EvjJqAd18)Q47r!&=c*Q?xv`co`E|{Qh#ljXK1)MaO');
define('FS_METHOD', 'direct');
/**#@-*/
/**
* 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 );
/* 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';
define('DISALLOW_FILE_EDIT', true);