| Server IP : 103.191.208.88 / Your IP : 216.73.216.44 Web Server : Microsoft-IIS/10.0 System : Windows NT COSMIC 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_1831(willswel_) ( 0) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/Inetpub/vhosts/willswell.com/httpdocs/ |
Upload File : |
<?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', 'wp_fc5iy' );
/** Database username */
define( 'DB_USER', 'wp_08ut7' );
/** Database password */
define( 'DB_PASSWORD', 'I2E~%d7~FvU0S28V' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'ps&%P325W8gZ*;w6&IOE-W21513VC9iT@_Lx475C4bdMw|1H8&mA:H83bg4Z711h');
define('SECURE_AUTH_KEY', '|E|-6L2SwpuCaG~0nSl;6&I7o1B3t*XWPK/x*2AOc(e;i36VAeGUD4ll)(m*wN#|');
define('LOGGED_IN_KEY', '(8GCs1s#5bt/U(6s41J9[Gr4dh1u7/1_2/kc6p~96F2V/om&-0J644/b2|YVm638');
define('NONCE_KEY', 'ZO/%9)LB8-m;GqKdp]tM|8z#*IC|a3)O[_bUC/1N19sMp1fT6L~SG30d39&+NymV');
define('AUTH_SALT', ';7R;DyRFin|eU44]b7]c5e2L+Ija1n(5%|he07]!*-4c:b1L4)*(&|[((-X5M&j%');
define('SECURE_AUTH_SALT', 'K@[P6W31Cx@r1G4VupRR6Ve23i(e8Pdeb1y9atKeb~r|1nEO3TK7~s4F7B2h0FcT');
define('LOGGED_IN_SALT', '40pwyB[)Z-|m27990)&/O68F68%-65wk_-m|25rnRD~0yij-Ol-6c87pk93~0*pK');
define('NONCE_SALT', ']-X!1Q*3V4[xhQj9;(Dld4j2L1y)t4Z@p-iK-5q5*T;Q~+67t5(746CW(qR9N[1(');
/**#@-*/
/**
* 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 = 'qiwc9pw_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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';