Edit File: wp-config.php
<?php define( 'WP_CACHE', true ); //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL // Added by WP Rocket /** * 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', 'u855342564_ks7iT' ); /** MySQL database username */ define( 'DB_USER', 'u855342564_cEMpK' ); /** MySQL database password */ define( 'DB_PASSWORD', 'ucfdPH7esd' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'B@0Y1`)]6#:E.3V-$5XQ!>@D~VS<CEQEo*AYd:I:fztN{JK{b8mFvxjFV8<fx 09' ); define( 'SECURE_AUTH_KEY', 'BmnO:MF2LvNA.F2@ixR0c,js(x#hkgpHAa_P&[1-&8sf>V`jb]j>:/c;AaeY0qgc' ); define( 'LOGGED_IN_KEY', '7 ])*ZLFQR<`<I$C>@N-/z!=UIA[BlZ>, D(MP{*2PNZ6C2>OIf:Q<A0%r/+vMp+' ); define( 'NONCE_KEY', 'xPvgvN2Ebg jX:h+t~ohcMYmg)Fa+@B*80yRR01GjO8. Xjk89wm[xs^3wWQ[[wu' ); define( 'AUTH_SALT', 'wt)CD%E`mHKB^$5FQFbSn*nAp/?2*|dF+!N>8E.tGv`h-Bk)UeCSC~(NzKZg[L !' ); define( 'SECURE_AUTH_SALT', 'Yb$aY+^EUCyo3e4P,:0t/T:r 8-d=!~?=u+n74Ie-/9#Dd9z~mxX45A5*`pjI=cE' ); define( 'LOGGED_IN_SALT', 'FKAvHSXp*#T`nd<:D)E*ij?$:v3U?y#=1$i$e |#71F}MwN|>vUxl5wD?18M-m$G' ); define( 'NONCE_SALT', ')v3-I;=qPO0dy_(; r?OH?%JW*^_7uB8bo!?dG0(}ge)yj53$nf27T%p1DjN|++S' ); define( 'WP_CACHE_KEY_SALT', ';:Z*T~-[^kS,gpi9zjQGcs#9h ~?3xW#YD_z+Q^beo!b?w<060.THDfR1tOP2_oG' ); /** * 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_'; define( 'FS_METHOD', 'direct' ); /* 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';
Back