| Server IP : 91.108.106.253 / Your IP : 216.73.216.56 Web Server : LiteSpeed System : Linux in-mum-web1677.main-hosting.eu 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : u635632881 ( 635632881) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u635632881/domains/keyhandover.in/public_html/ |
Upload File : |
<?php
define('WP_CACHE', true); // WP-Optimize Cache
/**
* 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', 'u635632881_49o8r' );
/** Database username */
define( 'DB_USER', 'u635632881_9IBwF' );
/** Database password */
define( 'DB_PASSWORD', '16FR3YKGOv' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'SR2gpHbuBn{5?y=UPAojqB1#M :@Ze=o0XT1L#=}NO~8i|:x!]M(!j2|gM~MZL2@' );
define( 'SECURE_AUTH_KEY', 'iyCPwL;=}LrH`{NHSsG3>F<!`p#uioEc,!_#[Ep(y[Jl1XCT3Ue;2II`99RK2BNg' );
define( 'LOGGED_IN_KEY', 'G.-cK,d_|x_pNUg$,ZSee434#i;cV>fyaN-^CDF~=.U[{`QQWxxY2;_i^>M-X(n9' );
define( 'NONCE_KEY', 'n0u),?``Z]zyxiFgk=SjzNVA}x+PSpG%V6,:]Y*7:X-L8KiC<bDT=]jV4*@YF2wf' );
define( 'AUTH_SALT', 'fi3m9vX~`pN`<KCptS:j=.Xbjv(l:wq=x+Ig/G>;73iyt9Kr=}Z7Ju./zU=zJ`lj' );
define( 'SECURE_AUTH_SALT', 'l,&6^r?sv#g0v`$;HjgfURMR?l0=}f$:D&.8M6.b8&ucAdz}KoU6v%SL.]*mMC.k' );
define( 'LOGGED_IN_SALT', 'jqHW]PG0og0+a~@akH9V8vPCgSg)cE~wkByP|toaV6<gL6*S#w%ycb}9U.PH dqs' );
define( 'NONCE_SALT', '$B<: nQC^>&en;Laghj:eW/A3Zzw(ITA8o#ry,<B22|fUz$31*$ f~)$T?w%C.mb' );
define( 'WP_CACHE_KEY_SALT', 'X4[x!+Pzi:~zo!P(=TYU8r~Z!TQBL}Jl[jax2C3Fld-6!vbr3mY(N(&d*_q6&Ih(' );
/**#@-*/
/**
* 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 );
}
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'WP_MEMORY_LIMIT', '512M' );
/* 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';