JezK
Edit File: wp-config.php
<?php define('WP_CACHE', true); // Added by SpeedyCache /** * 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', 'u910532359_j4vDO' ); /** Database username */ define( 'DB_USER', 'u910532359_OsgjF' ); /** Database password */ define( 'DB_PASSWORD', 't8AOiU5RGP' ); /** 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', '5KH^{/vQr@*26H]g]:Jz[a,VI7f[{IK$6(%{+AQUbc^O6r13w0u!<FLhZMpAe!6~' ); define( 'SECURE_AUTH_KEY', 'MurS L#av|IJHwc39po`5+FfAJGTUb97h`-Xu2w6q3ee=[)(i0~rWIJ$MHUi Q-T' ); define( 'LOGGED_IN_KEY', 'ij}lF78b?gHg@l**JO_WggjX.izq3a8qGDIU<wtd31q,QG.l&8OxPpBU`f g)BUE' ); define( 'NONCE_KEY', '2v3G<bl0n@.4sEDyP[xCGu7}PnJR(~Y0sq4k&y|(i1h{aayy=eS!~}myfjjB)_V~' ); define( 'AUTH_SALT', '3etV(77pM4eiYvxn}V[9~PT`0N8g)`?Q-U]Ig2:Kr;AUyyyueb~9Ml*5^bl+Sjbe' ); define( 'SECURE_AUTH_SALT', 'T)@Xz>A;ubOnv$tM4k]V7hDRJ%LZ[}BPZb`s3^ 4yC_9ua#aADarhCIRljCEl1vn' ); define( 'LOGGED_IN_SALT', 'X_D9(<cffl]x9/9#v!=5d2Pf3Oqx-#*DnT|3rDo%._]^Eep})t)Zzd=a.@}=-P ^' ); define( 'NONCE_SALT', 'GlS5r4/E%f`-;hv`dhLSB~rd]Ke,5sV{q%67A??lP0%|h)lcNl-C+8Et`GVnk!{E' ); define( 'WP_CACHE_KEY_SALT', 'D}$%V[]a{>=pl33p%p/cmKJ<KOcPyBzCX&pCCW-MM a0wNl;AN$d^^z:lrU]1~Ol' ); /**#@-*/ /** * 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_'; /** * 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/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'FS_METHOD', 'direct' ); define( 'WP_AUTO_UPDATE_CORE', 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';