JezK
Edit File: wp-config.php
<?php define( 'WP_CACHE', true ); // Added by WP Rocket /** * 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', 'u349679856_2Mcf5' ); /** Database username */ define( 'DB_USER', 'u349679856_oCPy4' ); /** Database password */ define( 'DB_PASSWORD', 'cpRGj9rjDm' ); /** 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', ',e{KSpv X23Nuwpgq?6CUM*<B:5zj0_-^1mlXZ9SV`jC@pJwIj_XuRJl/s^]$S!y' ); define( 'SECURE_AUTH_KEY', 'HW$o fuPn]i8oyg`][ged(2_da-ZPw-AlcVQ0*xNj~aakF4=&HRDg5NxdL*DYX.0' ); define( 'LOGGED_IN_KEY', 'K!/#Q5~E<8?4wqadoiVW?mr_LJ*&~M[bZ(?og?Wsp h9/9%n?vY!+njJTy5K$#f9' ); define( 'NONCE_KEY', 'levD8G=Gj1!,vdgy!T6pe?@Q:_=QhxVUVh%m@>I1v,J&}rum1#c3]o /+-q [J^)' ); define( 'AUTH_SALT', '.K;(%([K48*e![V3h, +>.kOT}-S+[%gNDn|4g5pVY:]Nh@eEeJ!|D>RmQJ+8_U!' ); define( 'SECURE_AUTH_SALT', 'F#Q}wF:?h=(DUph-QVFt?RL,X*}724q9FI5pu{=v?v31]YJipzy;zmrOQhS4_hsF' ); define( 'LOGGED_IN_SALT', '~LH$q)sdz!]Zz1-bw+cJ5C6j8baI<[!2/[~i]waMkXCbFx^{?aG?ctW;N|aEpvW(' ); define( 'NONCE_SALT', 'hCp2^x FL,cz?MFkW}IjM4[_#hEseI15[Gxw`HL~e#?NwBG{;pYSeod)rZP}l{RL' ); define( 'WP_CACHE_KEY_SALT', 'Jd@sXX63/z.;-m{4,a0@{*W7B}71bQv+4ypuH${j&~30PJ;n~ZKJGCTPTi d}oE*' ); /**#@-*/ /** * 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( 'COOKIEHASH', 'bb502ad355ecdddc4a1c00f37a77728d' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); define( 'WP_DEBUG_LOG', false ); define( 'WP_DEBUG_DISPLAY', false ); /* 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';