|
Server : LiteSpeed System : Linux lu-shared04.cpanelplatform.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : davehame ( 3216) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/davehame/public_html/woudee/ | |
|
Path: /home/davehame/public_html/woudee/wp-config.php
Size: 3.37 KB
Permissions: 0644
<?php
define('WP_CACHE', false); // 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', 'davehame_woudee_namecrane1' );
/** Database username */
define( 'DB_USER', 'davehame_woudee_namecrane1' );
/** Database password */
define( 'DB_PASSWORD', '0t^v4ucNeV5qDBR*xCs&' );
/** 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', 'wdfcdnk9de915yywxlytuakofjlqfpneldej5olsv4clz7taobtwl50cm7ic6pld' );
define( 'SECURE_AUTH_KEY', 'c0fzpttfnsxwnqcvabdkhbhpa81upcwcd1yqvshobayfbt0nszj08tzhzxegusbt' );
define( 'LOGGED_IN_KEY', 'fhnaf9udlvin9cgbrz9lpajhjduhrhmygjxu2gdtja36wcmvboepluzo7vb4cile' );
define( 'NONCE_KEY', 'qmducnwbrrgmioktcavvkhoct6odckffum3iqyogrvc2dzgnldmaat2s8w9x3phv' );
define( 'AUTH_SALT', 'gqbrbadot5ggvquv6khy5qrwzqjzpdftr46dworaorhuxh1v6mw94ur8yokflb4g' );
define( 'SECURE_AUTH_SALT', 'cokbpqsvlhwedler6xbrhw0mdsijuscmk3154depcm66iycpj5xz1aas11fexvw5' );
define( 'LOGGED_IN_SALT', 'wzk0xkemvi7y9aqbd4jrptiea7zes27ycr0vfe2p5iwzpxjwykcqb208gnkgskua' );
define( 'NONCE_SALT', 'dv8biglep8dqqmuv0ahzzohabf3ycqd258n7cohsxnisu0wnhhinxndijdmxg8ja' );
/**#@-*/
/**
* 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 = 'wpfn_';
/**
* For developers: WordPress debugging mode.
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
// Site URLs - FIXED: Changed from .com to .co.uk
define('WP_HOME', 'https://woudee.co.uk');
define('WP_SITEURL', 'https://woudee.co.uk');
// SSL fixes
define('FORCE_SSL_ADMIN', true);
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';
// Really Simple Security key (from your old site)
define('RSSSL_KEY', 'ivJiuc9Jq5mAMHTNLI2x61YwFw0Nba0BO6H2bWydKx8cJN7LTLiPGmDwDxzPHd9H');
/* 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';