JezK
Edit File: wp-config.php
<?php define( 'WP_CACHE', true ); // Added by AirLift define('WP_MEMORY_LIMIT', '256M'); /** * 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://wordpress.org/support/article/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', 'softwarehor_wp_phucf'); /** MySQL database username */ define('DB_USER', 'softwarehor_wp_taedn'); /** MySQL database password */ define( 'DB_PASSWORD', 'P2$1$u!1r?K39?Bl' ); /** 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', 'tt0324pV!#:Q2DvDV&1!~(E&[/e4*k6!VN6U6~b4i;+K68_Q(-(Jn;q|i|#FCJa2'); define('SECURE_AUTH_KEY', '0-#2t33t9N6b_!j8g(&18k]0[F2AEO0~;eJ+P(u;h@(|MV#F~-6GG1UC2#2a)QZP'); define('LOGGED_IN_KEY', 'OWqjViU62bJy(043JwnHCVq8!@a&/U3b~71_@1MuA5[-l!A*O*mZ99YM_4KLUe!K'); define('NONCE_KEY', '#-LH*99%%8m0|9b9x&|J+]eaIiG6sY&y;e-MO[x687%q3QE0zEN09+*K3%gmx03~'); define('AUTH_SALT', '&Q4r@OIP/Y!n#S#&%co1z31SUmIZtq6/3#bEW:vZW;n6Ue@!5L4LfXA2kbN!7C@3'); define('SECURE_AUTH_SALT', 'F(G_[[q]vVr3lEICI21YAH#C:*1s-pJ8Pr&OU5cozGH9LG1y]08R+jldgV6W3V)l'); define('LOGGED_IN_SALT', 'Sl(plu3-7|T/0xYW;7ZGXX!@7!5;RX01mOCg0%[38C[Oh8SO4eb|%4e62K)Q/hb2'); define('NONCE_SALT', 'Kuj)%Lxe0BeSj%SL%SM1#[_SJ6#dWgI~xJ4u~)ogK%]x+U!sDM0W!8Vt-SH-26Pp'); /** * 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 = 'RQUZP_'; 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__ ) . '/' ); } /** * 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 ); define( 'WP_DEBUG_LOG', false ); define('WP_MEMORY_LIMIT', '1024M'); define( 'WP_AUTO_UPDATE_CORE', false ); define( 'DISALLOW_FILE_MODS', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'WP_SITEURL', 'https://softwarehorsepower.com/' ); /* 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';