Edit file File name : wp-config.php Content :<?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', 'guideinstitutsbe_wp_gwfbh'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_w0unj'); /** Database password */ define('DB_PASSWORD', 'BR04E9i7#4_x*7$f'); /** 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', '4;_O4][4ihOPtMeExK4;jK1W-24()4y2Ey83XkN1sX7JM6&B(-|)]p_&s4)FzOnO'); define('SECURE_AUTH_KEY', '02Fv+|1q+Cj%LIp#nKW:8Wx69M|x048oo49[-6Up9Fm9-XGQ7/pmOc3slc@E81oY'); define('LOGGED_IN_KEY', 'M6&jeBq]5u4X~@38*cjGD[/k5BYeQ]m58+0pdW_u68:;B+6b!4nVD4~CL5|4[jfp'); define('NONCE_KEY', '[5053aY(j5OQj6B_r#e5Hw)U7YM9eXd-T-d%7;9EW55ge*xWz%59O-8w4:Z#K]h2'); define('AUTH_SALT', 'Q]5W7]&)#IPspN#Ip64a*[7_)5@9+&K6_T[59YKb42@Tv6/YM#TsY3)m;laH6o2u'); define('SECURE_AUTH_SALT', 'T6&s]7Tf1Q_x9&aF[o#~oY#V]742rPmE3W6onjsh0P/hTX2E20-:9#0264Z:M9/*'); define('LOGGED_IN_SALT', 'Yd85o~~ap53;8]8Z2;G~64!;g3H[pAEr@mK|/cX3[R!5)0A&16129c~DR]1:@|1f'); define('NONCE_SALT', 'piyewam3A92B%8c%4-3ivEu!PcM-8K/sQ;|(3R2[y#B2U0!#R3*9-b[HaEy2xPp_'); /**#@-*/ /** * 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 = '4FhMXn3x_'; /* 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 ); } define( 'WP_CACHE_KEY_SALT', '2996f5d1dd6625b9051f0be7e9ecd5d6' ); /* 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'; Save