JezK
Edit File: wp-config.php
<?php /** * 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', 'crewhp_wp_bdu7t' ); /** MySQL database username */ define( 'DB_USER', 'crewhp_wp_nuxfm' ); /** MySQL database password */ define( 'DB_PASSWORD', 'E?oc8FLrYx%_q5W1' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '#Zag03|w0A084rKdlEUM%59qv6Y0g~OSOj/H8N/6K+ShIM+p6L@yb+0(a4CDd#7#'); define('SECURE_AUTH_KEY', 'vL6|WN7[1L~[DrzlBn|T0z0AW-kt0wn@;;:0Q3L5ti(&9oM2JNpr4bEcC%X9v!3o'); define('LOGGED_IN_KEY', '476y312bgtu1_h2y(#xN_;oQIROk88:6AoD47#Gz&[w(n2j[+;U7Hb@5i]8)2SMM'); define('NONCE_KEY', 'BcsC0%C170*D*MO4w8:[N(%a23P1Is0~Us7v;]x61/*[]8hJ5+14C29nM:x9!3Hx'); define('AUTH_SALT', 'J94L;rO9q#;788ry0q9M3_Ha[8aKTBh6%0!OOCS4Of1~@1!iM%]Ji9Wz0U5Z5Xzi'); define('SECURE_AUTH_SALT', '&yw:WrD|]#hJ:|5[9Q@9yLev1qp*R:em&6Gp%v!9f_29*#V!zt8[1703!E19EXc~'); define('LOGGED_IN_SALT', ')7rz4oF:j53saeiit#+OnRpARX*6ra7b02ygvqpyf!68Lx3#L#1f/:s4c4T9qtz*'); define('NONCE_SALT', 'Aw*:_8LPHJA(VhWV*]Ad]3:PgM*16p35AJMGSI~6dOkko&FCW0/H!P2+BN+9oMXi'); /** * 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 = 'PLaSS_'; define('WP_ALLOW_MULTISITE', true); /* 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';