Edit file File name : wp-config.php Content :<?php # BEGIN WP Cache by 10Web define( 'WP_CACHE', true ); define( 'TWO_PLUGIN_DIR_CACHE', '/home1/dhcpropm/public_html/BeginningHeights/wp-content/plugins/tenweb-speed-optimizer/' ); # END WP Cache by 10Web /** * 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 * * ABSPATH * * @link https://wordpress.org/documentation/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', 'dhcpropm_WPODU'); /** Database username */ define('DB_USER', 'dhcpropm_WPODU'); /** Database password */ define('DB_PASSWORD', 'Beginning@23'); /** Database hostname */ define('DB_HOST', 'localhost'); /** 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', '9558e1de7b93610336f5b6c2e37be56db5e32ed6e11b66dd185d2d1fb59a1cff'); define('SECURE_AUTH_KEY', '65ee0f09175e6b60fa8a8646247ce080b05975a0ab4b2970632d12ca075eadec'); define('LOGGED_IN_KEY', '8eadf03787ae9903c5b2b78bc1be33a8fd04d74698289618b02f2c65cb944f37'); define('NONCE_KEY', 'f7d91f4fab8af1cc5887440c940c351145cea7a9f167d26f29a9340632521588'); define('AUTH_SALT', 'af5e70a36f0fccce5568b22670f2caef4c344d53f6bbbe20eff130970cc1e09a'); define('SECURE_AUTH_SALT', 'fcdd4f7c4758fc2f1bccb3c9f838c80f454b5fcf42ac48b0adf70bc5cec1fc90'); define('LOGGED_IN_SALT', '96cdfdcb4017202a8db900adb85575097f1bebc4494980c2c4ab21f76f7bbaed'); define('NONCE_SALT', 'a65423bf7522181cb14ab242c45a7f1a3cc6b6f39720b933e3290267430b1fa6'); /**#@-*/ /** * 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 = 'jjF_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', 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/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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