View file File name : wp-config.php Content :<?php /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache /** * 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://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'renewcan_26e' ); /** MySQL database username */ define( 'DB_USER', 'renewcan_26d' ); /** MySQL database password */ define( 'DB_PASSWORD', 'FAB38ED9w6z7j0trda5m4y1' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'J@-T4epb,;tV:gTUivgG11@5P2`pWg`7GIq%oMg0.(4$wjsV$I+uU-^jN-u-S1 *'); define('SECURE_AUTH_KEY', 's7IYrkfpx|LJ6alWOtVn@n=;J=V~e%^v&^L`R$d+E/%JJ!;s~t9j9T+Z}[d+Gm[?'); define('LOGGED_IN_KEY', 'RGz(Y*kBv}@l;]9-8,-o>K3O]5`W^,a+?WNvno5-SJ%mr(Ubod(c;z7$*}9,2[`p'); define('NONCE_KEY', 'Mp:~+IDEF%rLy+G^sZt0aX(D%Ndh{S+(n<:!)7.6:f5OF|f;ntT4@g>WHvwsYI1:'); define('AUTH_SALT', '7;V}s.r?-t!N?HOzRQpGmY}- ,HF($BP+<YQ%PlqcIk;N2] Zg8$Oh%K._J0ojQ-'); define('SECURE_AUTH_SALT', '8[IK:Z959)4Cf}|lo-pUvcV@inOW5J-me)%QoL99mCr~)3Gte)&mkH< Rh8+}jc^'); define('LOGGED_IN_SALT', '(N$r3-sqYBSg<)$9jJG.rCow#`Qb_UN>JW/gU[0-bUe2MFIX_cV|Dv*FcXib&2W>'); define('NONCE_SALT', '?2:t!3f<sd7B*nG]*njIC_$|+.M*,4Z^z1keJVn?@lPIEH5gv[RVs+jCP,rm@BL,'); /** * 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 = '26d_'; define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_AUTO_UPDATE_CORE', true ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) define( 'ABSPATH', dirname( __FILE__ ) . '/' ); /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';