View file File name : wp-config.php Content :<?php //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 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', 'satkhirabarta_satkhirabarta' ); /** MySQL database username */ define( 'DB_USER', 'satkhirabarta_satkhirabarta' ); /** MySQL database password */ define( 'DB_PASSWORD', 'M3pC,kX]c4wt' ); /** 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', '3_k[*~|fr4AlJN6[?mm~G~y}]?LK$W}s:sa0_Fd6TnF:I}wC;V] <!acEWlHX,R)' ); define( 'SECURE_AUTH_KEY', '7aaC.>*$8,|V|JMhZ5TU1v|u#nHK<D<xH *9c*YPtnEEsm-)IQ`g_s|k3B|UmFwP' ); define( 'LOGGED_IN_KEY', 'C}7iy j1b[h>wSisNJhY6~A`.hJt&qLSwn2k5O8`<CA8D(#,[jo9tw3Kq#%D2srv' ); define( 'NONCE_KEY', '2.QY.e!j4}DDYtV+^Xa;J{2(5y#oIl0FpAh8/-.im#~$ oh=,|r|>ohV$.6s{5dx' ); define( 'AUTH_SALT', 'aos8jCTN? pRt+|Em]H<3]%?_p7--zCC2KnJ`+DCN9)(W;[h{S/LR*41{atbSpzF' ); define( 'SECURE_AUTH_SALT', 'fS`61tIl(-6|EtBIg*,k[#)wtg$C03fDAQjKzG[+=3UJOTTGTd}PX4@:`}pL*)`)' ); define( 'LOGGED_IN_SALT', 'd!Yh<z?8*ljK!21k7oRa-3Y5X@KxPPAlDnePu5%8d^3Un_W#k6ny4|-}^wEPs`OG' ); define( 'NONCE_SALT', '$,!6EfprW7-^@R{0(fX!Jj<j!=]1ZfF7H#{Z;eS>yrt7-w6:/knL[jc]&C526WHr' ); /**#@-*/ /** * 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 = 'satkhirabarta_'; /** * 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 ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';