Edit file File name : wp-config.php Content :<?php define('WP_CACHE', true); // Added by FlyingPress /** * 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_wzhqi'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_n6ukg'); /** Database password */ define('DB_PASSWORD', '!py~26NnOz$AJh%0'); /** 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', 'o]Qf9%M5P3vR:33y07/8yX637wt-sPG6N0Rr6OLJ0u5Rb*f6)5:n0Omc3*Jz7t9E'); define('SECURE_AUTH_KEY', '3M%vvI|*-Hq[176aU62CU;|PSK_wVs7Ges5~QT(5&8WG24uoO%Vd)#*BA-:6Vp:/'); define('LOGGED_IN_KEY', '0foCM)a(e%t-u/]Aw|8-MCjj0g&Nk3T8Yk1!7+gaP~9GQ)7y(:w6y34r5dnP**V@'); define('NONCE_KEY', 'it#)P&%|cmp-g|]ua-:0n5b548Dz-/!yd/(Wmrvb-uTKdzZY%_]9l[g|*iJf:p]d'); define('AUTH_SALT', '5+45f;1xefLPT99~z#N-KhsL;Q/8x0uc5YXc%50769_uV3a2/9hd@9ZUr4a/Q8-!'); define('SECURE_AUTH_SALT', '0[v1qbL3E!87KQ3RCbD]8d4+59@V(&/i/8d05H57e@(+8h(j3oq)5x6zpl;/_K5O'); define('LOGGED_IN_SALT', 'Dy+9:0K6KS4#&)+~(VO|R1*_*7i@IW8/3d9iTS9LnPg)3+8w5@CeytIwi8NT&89+'); define('NONCE_SALT', 'st59w04;Py6JIGE@L9QIJ5jB0MSC]3@50P3&]5p;j9|;%36;%*f~*3eMMdc2hz[H'); /**#@-*/ /** * 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 = 'N6pD2RbJl_'; /* 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_DEBUG_DISPLAY', false ); define( 'WP_CACHE_KEY_SALT', '0f3f44295a185197b55481edf7db3811' ); /* 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