HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //old_home_backup/sleepingsolutions.co.uk/public_html/wp-config.php
<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'fga4EOiw9L0XQkbIn4oSGk3B5s6J8uCbzQ3ZBEaA5CvZEydZ8b9BRM5oEj8KaE8v');
//END Really Simple SSL key
define( 'WP_CACHE', true );


//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 cookie settings



/**
 * 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', 'sleepingsolutionscouk' );

/** MySQL database username */
define( 'DB_USER', 'sleepingsolutionscouk' );

/** MySQL database password */
define( 'DB_PASSWORD', 'mUCocfu6YMo2uAXd' );

/** 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',         'O:#C._<#vm:AJF%(UJJqoU68w@(@re;Y %iyh/tRw&W+6KM4aP$I{u16`1+uG3af' );
define( 'SECURE_AUTH_KEY',  '(d9SQ![.$Q]mmUr1e~b!ae/ZH8d!FttUqx+_rZd:(4C ~ez[s<_zx7p(8Q[>C+))' );
define( 'LOGGED_IN_KEY',    ':#2HkUr|~%@K2AjB:>9*=BS*Q!GCj(<y.hn3>_g&::?n?XVJ<y8{imm::-cE-Ga)' );
define( 'NONCE_KEY',        'kqonW@z>oK(mT}O4&N]H9;D<)Hk-Xo.t0gHcbj6<dRD#,1ii0hdcJx{M[&0T/ruG' );
define( 'AUTH_SALT',        'Ux [#3o?+JOf?%9hG|R~e[kfDAPG$hsNS[sKs7#/p.a4mE^?2fv*,6w>rs=!]FdQ' );
define( 'SECURE_AUTH_SALT', '2uY i-^][SF,P&~M]28P[{S-r1kYINAQ$t1qQe=nv[-Ax9Lk?|^`Z8FTDB+/BA58' );
define( 'LOGGED_IN_SALT',   '>et/dV!<K}i:&58p+0bO*;_#&O@XTgZnI!PQO9W#r?PsS]FLTdLTb9IkF8!LyJxF' );
define( 'NONCE_SALT',       ' 5lW lj dO#~IsRQNPx6g)dJWG%tv,DN1]G;SV>e@BlOEazpX$2M]?zwSP}iCbh ' );

/**#@-*/

/**
 * 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';