File: //home/a1businessforums.co.uk/public_html-20250117114507/wp-config.php
<?php
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'a1businessforumscouk' );
/** Database username */
define( 'DB_USER', 'a1businessforumscouk' );
/** Database password */
define( 'DB_PASSWORD', 'K44yeV6389ldaPrxVTx3wAM7ldMc_iZ-' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 'BPAHdE2(!1!o Q^Q@qH-upOl`5a)[YY0` vw@>z0c?3(2t=N&@y$^<zat,D}Rpi8' );
define( 'SECURE_AUTH_KEY', 'VFvg`vZdaJLlBr]>7C(.A{X:QqQSJtAdqo(`4<H=Q$?^&PAI!/$eAKK.8]Ez|F@g' );
define( 'LOGGED_IN_KEY', '2UqOp6`t.*&T5Zfk1/yTtP* u`0 4Y&6F+1AU:@h*fp6:)VO34gt;iOOd Xy9z4|' );
define( 'NONCE_KEY', 'GQ/6eO=M-@|nF>!=K_,rvww*M*kffn==1OZU<XSjP*e<{VBh8jW7&0Y_G#J]h|}' );
define( 'AUTH_SALT', 'Ho1fJ88PvUHn5DV|huhc._#>} K4mxqNvR3QPguVIhfGxI#rb|d*kA0F|X%bj1w9' );
define( 'SECURE_AUTH_SALT', '>b(>-K,MST5Q}463`cl^Qyj-aa*Q~d0f;nZSqEPqujbcX8H/J-@h](oBbS8,H5KQ' );
define( 'LOGGED_IN_SALT', '%C JlWg5<Ha,Lv]@4}}#s,i=4~&@?7[=*PCGK{9a>tQS*#!&UD,IWxkAq,7G?.H+' );
define( 'NONCE_SALT', 'rnKav#ecrmfu7&b@x40|T`o5|QaYBL:_eyS^SRfJ[{EDxGD7:o+zu.;+D(8>Um9;' );
define( 'WP_CACHE_KEY_SALT', ' `ajd2Xez!@@:;)LbC5}zOz.U]SXVL3lj&]~26kp*je;8u U?;I30HKncTMS3.qh' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
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';