??????????????? ??????????????? Settings > Enforce SSL define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor // END Kadence Security - Do not modify or remove this line define( 'ITSEC_ENCRYPTION_KEY', 'eCZyOlsmemtlMyRUTzk4dmJePFgoJn1icndNW1k5JHM8Uz9qUTtjQlc5O05lPU55ZDtQODw5YGxkfkBkdWNNIQ==' ); //Begin Really Simple Security key define('RSSSL_KEY', 'eyWQlmzgbrY4ZeIKnON76MZ7c76j97ijGBvoFszNr7PjShsZ8atcETz69T3vGqdT'); //END Really Simple Security key //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 /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, and ABSPATH. You can find more information by visiting * {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} * Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'medior5_wpsline'); /** MySQL database username */ define('DB_USER', 'medior5_sublux8n'); /** MySQL database password */ define('DB_PASSWORD', '8e0_HwmP4d'); /** 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', ''); /** Updates cannot access resources; this is the workaround. */ define('FS_METHOD','direct'); /**#@+ * 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', '0QIW(BcPqQK5m0Q^U%v+sxN^!FJ|n9h|ZD%|)/kmc*+7=f1Cj-JhQE0~|14*D!F9'); define('SECURE_AUTH_KEY', 'D/}hWf| Ek|~4Qhds!GvXc:~&<=EVnu8`[PX#d1YbQ|-NO1f#L{@Z+>DTwa JD63'); define('LOGGED_IN_KEY', 'YbX=A[@{k$9TID}yAH#_Pb64t[u0E2_6/8lnV(}*)i{I=;Bsz&*+~qx&7h3%v0qk'); define('NONCE_KEY', 'k$+(x^q)S|o&&J}9D;E}$.Y+cLL|N [!}Fp2-^y.T9IOp=E)@x1WirxOlq@[+>io'); define('AUTH_SALT', 'pY[|?SZFQGC-x55-R02omqvIR5by:1<}b1Xo{y??U##d#ECfX<8sm_+:Q_-&Am|;'); define('SECURE_AUTH_SALT', 'Zc{(~n20oKctJEwTpzD|]JGIeJ%VB7*&HT{j:e)Ku]e1Z>be$sm5/{4M??oJ-/TG'); define('LOGGED_IN_SALT', '=i?++*2-7%E|y6Q){JLSAfB# SY`@j x0k7-^g7LD0%Ab?8I+|3-+Ll?=h=a2L@h'); define('NONCE_SALT', 'o;g;4wEDa$@w2uQ2+,:#f(;$&8|V[Gh_w{|7kiq+*8(O>jL@97FX2ye]Vau={-(3'); /**#@-*/ /** * 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_'; /** * 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. */ // Turn off the display of errors to website visitors define( 'WP_DEBUG', false ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); /* That's all, stop editing! Happy blogging. */ /** 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'); /** For debugging */ ini_set('log_errors', 'On'); ini_set('error_log', '/home/medior5/public_html/silverlinechiropractic.com/wp-content/php-errors.log');