JezK
Edit File: wp-config.php
<?php define('DISALLOW_FILE_EDIT', false); define('WP_AUTO_UPDATE_CORE', false); define('DISALLOW_FILE_MODS', false); define( 'WP_CACHE', true ); /** * 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', 'u119750300_primexcale' ); /** Database username */ define( 'DB_USER', 'u119750300_primexcale' ); /** Database password */ define( 'DB_PASSWORD', 'Primexcale@123' ); /** 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', '%3jxs&tL12d`;i[<D`(4nhVyp+9ToilQ]<gmJSVD#:.Y[P %:,5<L?tjbc?k^0I(' ); define( 'SECURE_AUTH_KEY', '9S(x;TdXXLPf{2?8)HR/*~Zgy+!_4H(5CQ{o@5z:?R:f;{i:phNg59(Wgpx)$Xz<' ); define( 'LOGGED_IN_KEY', 'ugYWw]r=Mfsn>nR54b!,ps:&8TQ[8a]aaa]#0pY3k3T/-,}_j]iXBUSVLfGI2mh|' ); define( 'NONCE_KEY', '|Q&j1Y]Zqx1X3!y]=0ugM&a0G]dF3Z]#^^3[xjO8>&[p)Xqu`}t!uB0{^p,2Ikn6' ); define( 'AUTH_SALT', 'dkG_:ldH,q[Do=i#9YPP/:*n*FruoR k.P8wgFI-qfH:c1_Stnra;qE5.D^Vlco?' ); define( 'SECURE_AUTH_SALT', 'UK2t@mcrkHw9(BeD]{.Oei(0fCcjMv%ZS7Z$xU0^CnO^4]I%A_0,}YVh/9c.c[m3' ); define( 'LOGGED_IN_SALT', 'x5N~AvI>;K]:~?w+;Gi=z;nojl<|3DrZZ6|1Z2l igri7XetxLONeb5s&:KKCGr;' ); define( 'NONCE_SALT', 'gF,!>T~OQ!}*F(Naq.f<rN@6d%HeHf gam:3@SD1OJ_a|201-Sb2DLTa*#8x?3@v' ); define( 'WP_CACHE_KEY_SALT', 'HXQA1$DW?j(P;a}~^Z_0H.8cxG_tuB+#4lIT3!^L/TZ(?=lQ@Tr?aJ|sbc/wX*m@' ); /**#@-*/ /** * 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', '6b70f8c30c7399806db4d54198d6df3f' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* 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';