File: //old_home_backup/backachetherapy.co.uk/public_html-20241004144710/wp-config.php
<?php
//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_AUTO_UPDATE_CORE', 'minor');
define('AUTOSAVE_INTERVAL', '30');
define('ALLOW_UNFILTERED_UPLOADS', false);
define('DISALLOW_UNFILTERED_HTML', true);
define('FORCE_SSL_LOGIN', true);
define('WP_DEBUG_DISPLAY', false);
define('DISALLOW_FILE_MODS', true);
define('WP_POST_REVISIONS', '10');
/**
* 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/backachetherapy.co.uk/public_html/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'backachetherapycouk' );
/** MySQL database username */
define( 'DB_USER', 'backachetherapycouk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'MtqK34dPbDeF2atq' );
/** 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', 'nbxLi)ydN%F~fYh?*!mt[|s(~*faUK=qjdRXtxK S4*WE>7S7=[w 5XfE}5kTqus' );
define( 'SECURE_AUTH_KEY', '!9)W+y5lrY!g5HF-vvtOe$D~|$+8]Ti:ME3S Z;e.!S,x+P/,fye<<mB|rqPi$0t' );
define( 'LOGGED_IN_KEY', 'CR!DF*^<kjGx3`[U88*&I3OHusR&G~kSR28^F):SvB9bO}.P7_lcqKF-,*y6yWH ' );
define( 'NONCE_KEY', '*TH*Hy7c0i~d^S$bMRq.I/s<X2_YkA#Fi?Hg6k4G9q+!~X@!j8.!nZA_/9BbT;AI' );
define( 'AUTH_SALT', '&eqM6dIhX}]s&-g^aipTt8;>n{6(I[5@G^l#vE9<Bos9ByFHFB(zxs|t@Gk$nt&c' );
define( 'SECURE_AUTH_SALT', 'GsOLg-PFf8wG}C6bJd1oY=c]#hsg @%Ib.^8[(JUabk8TB-}u~YiVD<y5*uy-tMf' );
define( 'LOGGED_IN_SALT', 'f[W9`nWn0kr@.6|T6+G^c+T,n+8-WDBq.O1Q(B?AE:^2b)}ZIajcYhbE_dcKN,wL' );
define( 'NONCE_SALT', 'wRsphyA!?auo[%wg*^dV>::&^QNECI:KW_&1agAl%U6;d_B9T@O+p@>h.W$F3ERE' );
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';
//Disable File Edits
define('DISALLOW_FILE_EDIT', true);