관리-도구
편집 파일: wp-config.php
<?php # BEGIN WP Cache by 10Web define( 'WP_CACHE', true ); define( 'TWO_PLUGIN_DIR_CACHE', '/home/u117476830/domains/safarinothern.com/public_html/wp-content/plugins/tenweb-speed-optimizer/' ); # END WP Cache by 10Web /** * 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', 'u117476830_aZH6W' ); /** Database username */ define( 'DB_USER', 'u117476830_WJQMD' ); /** Database password */ define( 'DB_PASSWORD', 'OlRfQc9K2k' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1' ); /** 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', 'c0OZbWx!(zO(qCwYp2AQ-OG~7>9JY ylaVQvs~nFk0F8Qyo/WDNR~,5.z{I)!: ?' ); define( 'SECURE_AUTH_KEY', 'R0~yrUjh0YxOXKrJXmWR=*s}%Y|Ah[n5LJ@d-`(/bygX56.:gx`Uk#m[C*v).%a&' ); define( 'LOGGED_IN_KEY', '9wDN0WT8?q-i &k}(G>KD=JM%A<02k0EFc)?RV,2()z9V/X0VE|]0m9yovNj|[T?' ); define( 'NONCE_KEY', 'ns]me^t{i]{qu:&c7>K~mORON_7]N$xl|cwKw}2t23R;n~|Q?jphz`2: *pX>v2B' ); define( 'AUTH_SALT', 'JsBa},$i:||,+=1>+^U8,z34:d>d}[:rZmB^l$)/hZ#^q`%X8TQb.;|e`*r+} Hq' ); define( 'SECURE_AUTH_SALT', '[-0pbMuPQ$))}7v_;a$X./aZ_h_e(5z*Z0`+M%RZ `%cd5!aBmPi(Oi.4.Rh#!H|' ); define( 'LOGGED_IN_SALT', '23K5kUNcE7TKkL{tZq.f#1.8A:V~8r1sqc/gNo#nmS*/Bfv/ln|bbie`LO;tj!.{' ); define( 'NONCE_SALT', 'MctC<C@ia%>;41=x5c@8a[WXxW}*%:]VelsAy<ZuAOMRZ-NO(!zFnAB7jZJpr/oI' ); define( 'WP_CACHE_KEY_SALT', '!$,alp9W(;gBx!kO4i8@.CBp52j;PoJK!~^r:|KF.{Iy_53}*FJA7AT2D&{n &)u' ); /**#@-*/ /** * 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/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'WP_AUTO_UPDATE_CORE', true ); define( 'FS_METHOD', 'direct' ); /* 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';