| Server IP : 98.80.91.233 / Your IP : 216.73.216.57 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-172-31-19-30 6.8.0-1060-aws #63~22.04.1-Ubuntu SMP Tue Jun 30 02:32:53 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wordpress/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
define('DISABLE_WP_CRON', 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 cookie settings
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp' );
/** Database username */
define( 'DB_USER', 'wp_user' );
/** Database password */
define( 'DB_PASSWORD', 'Testpassword@123' );
/** Database 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', 'O UgUWj%zs*HZFwlPD.].oR4u.|tTX^QmIEBT}.0@RjAN/uLzKApr:S>y@N<hL~J' );
define( 'SECURE_AUTH_KEY', 'j@/7dU$.jz+^-*8IuzY4`r`y/O37u>FzJbtb#boF>A[qk1!V8tU=K3K2X8g$cU>[' );
define( 'LOGGED_IN_KEY', 'zna$2<^Rez7ZQC;8Dm+gZ$:XTMH39RLHY+5kfb[U(t6=D<k![uiN6kx]N&_%yIhB' );
define( 'NONCE_KEY', 'rN%o@li1:fWm$Ou&ZD5ivV=49p,H9N`)T;vs%Z{.2Y7|s#:/*xz[+du^*({TSccU' );
define( 'AUTH_SALT', 'zm^#*qr~<-lh@jY/+<)xD)unOBDxYf~|LTh*{AX;(tVgq0i[}[~MT9PoWl,nU_>m' );
define( 'SECURE_AUTH_SALT', ';/u3WCubyH);0Zn?byx66J:r41aYbs9&rr~kL}XzAVWb}o7~:4O@$JDd1T.gKL~;' );
define( 'LOGGED_IN_SALT', '!2b`(/pa#b&plEmLc8t=$&;yeRroEeAc)x|T$.GPUZ]oT[&Sa{og].5tmxq~#Tt5' );
define( 'NONCE_SALT', 'bGPx3Z]G<vkuxm8hKK*^q^8m]S1I@T{S!.+m.[{DHxF<F&_g)fC=H~2{jA@xbIcH' );
/**#@-*/
/**
* 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.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';