| Server IP : 104.21.20.47 / Your IP : 104.23.197.164 Web Server : Microsoft-IIS/7.5 System : Windows NT WIN-HN0MTSF2AF1 6.1 build 7601 (Windows Server 2008 R2 Enterprise Edition Service Pack 1) AMD64 User : IWPD_11(bayt-altogg) ( 0) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/bayt-altoggar.com/httpdocs/ |
Upload File : |
<?php
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'bayt-altoggar_wp' );
/** Database username */
define( 'DB_USER', 'baytaltoggar_wp' );
/** Database password */
define( 'DB_PASSWORD', 'oWtw218&qweqwe' );
/** 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', ';Gv^GLiE4vr?*:T1Tof yF6J8R=%H0<9c16sF(R #+n-M6Q7l9j|&>7KMi<#i=.1' );
define( 'SECURE_AUTH_KEY', '4*fv0sk/ww6.J};EWMn9ZFV.=N:g+aY9RW}d|xT*gBdP|TWuQj-z{u:#{+(`t:DH' );
define( 'LOGGED_IN_KEY', 'TvjSVUjPZgo=XdPZ*u1qn8oZwCz}ma7JpZh*eub?Y2AiP6y9(?<=;(kGV*,+cm$W' );
define( 'NONCE_KEY', ']8rx74]5^i,YS8vN-&AYo|0bC7u_wHA$~L~x?tLBYO[ASyqt5G)x%VF@`:e[_Lo;' );
define( 'AUTH_SALT', ')Wtlgs;v(|Ta1RlY`tODmNKk!O7^oojD>#f)7X<FnYxQ)q&bIz=xW[_B)[!E^Vkk' );
define( 'SECURE_AUTH_SALT', ',vT@XX*A~<Y$9Bc;y,7#o3p3pv8TcLVOutRiR8$ZeVJseMOTpuHOWkBD(Dd6NYrS' );
define( 'LOGGED_IN_SALT', 'C?#KB2@ePLOdpOEv-Qr7DO~$5n}g=eGQL-{%i$@drN~{cA-v<ySE?iv5T_.^VX[W' );
define( 'NONCE_SALT', 'm3x,nz~ JtlZT~l.cjao/X|[n+n.Fx`D#4{<<kWL2S0 xlOq:I{v2-./lK8-$*-y' );
/**#@-*/
/**
* 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://wordpress.org/documentation/article/debugging-in-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';
define('WP_HOME','https://bayt-altoggar.com/');
define('WP_SITEURL','https://bayt-altoggar.com/');
define('FS_METHOD', 'direct');
define('AUTOMATIC_UPDATER_DISABLED', true);