Siteβ―Builder
Editing:
wp-config.php
writable 0666
<?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 * * Localized language * * ABSPATH * * @link https://wordpress.org/support/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', 'bestdealon_wp_zvjvw' ); /** Database username */ define( 'DB_USER', 'bestdealon_wp_24wiz' ); /** Database password */ define( 'DB_PASSWORD', '6nQ&ywrW9nBY*_8U' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '_18q7tQ9][;T09J+;qCnKy%_QT&xzhM1z7B8B%q&A)hkd4)ABt46qPc3Ko%(V4Hz'); define('SECURE_AUTH_KEY', 'Y*8i[O:C46-+[!VuoT#06(I+L258a9]E~6I(N:aw81~a9D8b4S6T4arcoZFA)i18'); define('LOGGED_IN_KEY', 'KQZ(2~H8uf&PH9r1%]JG!/~9)FmBey7)li8TqCN|_o9+|00u7i!d~5*#Qux2o8*_'); define('NONCE_KEY', 'EnZ31qi7dT(F)61#1i~6&#z(~6JN520k9lw633862xvUg15VX@fk0l~6PHB+*@L('); define('AUTH_SALT', 'J7;X!xPkz[jM3tUH0z1js5g364j6Q!85H73Yz+#4*Rw8Hn:3[_8eO655z4ssRH_a'); define('SECURE_AUTH_SALT', 'fH~ecK!iGWLemVdIEZ0R@2n!OENJYN#rFm5i90mHWv1e8W2tQ25!LEy44e58Zc)*'); define('LOGGED_IN_SALT', '390zsGU5tN#FKW1se*5_NcORw(5Cl]9fKgLfB7209~9-cTSc:Cg2~2-/7fRUgB+('); define('NONCE_SALT', '&)T8o8r4@rC)2;*2e_4:jM-1([0hnbBZ)qw:6LFS4V4Ml9Vq|5j#rc514%J83z|9'); /**#@-*/ /** * 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 = 'kVTr1OdFj_'; /* Add any custom values between this line and the "stop editing" line. */ define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); define( 'DOMAIN_CURRENT_SITE', 'bestdealon.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); @ini_set('upload_max_filesize', '64M'); @ini_set('post_max_size', '64M'); @ini_set('max_execution_time', '300'); @ini_set('max_input_time', '300'); /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { 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';
Save changes
Create folder
writable 0777
Create
Cancel