JezK
Edit File: wp-config.php
<?php /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache /** * 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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'wisteriadp'); /** MySQL database username */ define( 'DB_USER', 'wisteriadp' ); /** MySQL database password */ define( 'DB_PASSWORD', 'wX9fr4xi3uieDt4'); /** MySQL hostname */ define( 'DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4'); /** 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', 'xOh(JA^%A?G~}_~r4{BSgvFjJ*Po&Grkv)7@-ClCl6C_gDjY~o,]=@k2Tp8eD=ZZ' ); define( 'SECURE_AUTH_KEY', 'N^LkLI81&9,>}9ZVb!iT*BB*oGKkt;:i<oxDgFREU=m0R<[e;W=)_:y-ndwN8Kz{' ); define( 'LOGGED_IN_KEY', 'g*#aXEJ(HlDQ):aH0 q(Sw8$}2PVu[6q}787Ty5AhO8h=+.zq^[PXCj]t%1 X.=D' ); define( 'NONCE_KEY', ')/;meG5@]8)Ijes,W)I4R-KSja+nh4<Pt0ufx^KkULCNamP4i+!%8WdP4^iP}9a`' ); define( 'AUTH_SALT', 'GhfG7VmR<@@2!R`KMc4q,nwNo><h:M;k#c45|4DN4;UJd>WOun7c4>J=W%`XrPPO' ); define( 'SECURE_AUTH_SALT', 'LP#Rm8aM2)N44@80cGsm~Zz2d8&7Ikn)ynW]&a$!_CldVe6_DUz`Q>QRqKq(zbm>' ); define( 'LOGGED_IN_SALT', '36N]2,O4Xh^DSqSOBj11%*5cie7y2A0`KTJM^P4joXLu]hxD!Rh0e*a(&9`/7X!$' ); define( 'NONCE_SALT', '=I)}P`$d)K|9i@[MO^R&F55:2Zck3?@<*D&*puWo}+sMvX~Ma{Q:c_WYwYo}{c[<' ); /**#@-*/ /** * 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 = 'ioer_'; /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define( 'WP_DEBUG', false ); define('WP_MEMORY_LIMIT', '128M'); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once( ABSPATH . 'wp-settings.php' ); //Disable File Edits define('DISALLOW_FILE_EDIT', true);