WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: Home page doesn’t show up after WP restore, by stefan0215 yes ***************** content of wp-config *********************** application/x-httpd-php wp-config.php PHP script text <?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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings – You can get this info from your web host ** // /** The name of the database for WordPress */ define( ‘WPCACHEHOME’, ‘/home2/kinoseka/public_html/yoganbaum/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager //define(‘WP_CACHE’, true); //Added by WP-Cache Manager define(‘DB_NAME’, ‘yoganbau_kinoseka_wordpress50e’); /** MySQL database username */ define(‘DB_USER’, ‘yoganbau_kinosek’); /** MySQL database password */ define(‘DB_PASSWORD’, ‘2;@.TabDxktF’); /** 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’, ‘JWkOQ_F>[|v)!NvWlPo<E^CrJz=iqyCS]finnHGmHLUg$!y_KB;wIN?;RLiZE|;m}}CV)r&<_PIaO?TXhTk?TK$jAkr*[email protected]/AI)%PF_t)nI|]BeyGkqJvVjWZn/s’); define(‘SECURE_AUTH_KEY’, ‘cj|Vv]CzF^jKZm>$ONSePNyfE=Z[l-Yuq%ROjyRYsR^J^EBDq)?VbGARY/xgvr*wmjG!xHun/D}>oZtzq?nD;HtFY-KiT+z/At;Pd+Q[|^f+EH{+IjLgRM;%o)YYjRjO’); define(‘LOGGED_IN_KEY’, ‘xcpc_r*_VbT*DLmc|&Vr=<@&H%BG-]NTMgY<khS+g|ASwv;pVPhyPnBfV{bFG>NQESy;EFMRuu)^Vt[r?a+rx;TB?;QOP]mtoWtth-gCN^mLWGGDmLK&EgjNirxrm>>V’); define(‘NONCE_KEY’, ‘$vWq=c[T^VCdK>OBN&!s[dqR%J^r%rwvz?C%gTvmKD+KKfvoA^;AZ<TTf&h{_/=aAonh?|RtMdpH;^*Soc<^Crp[_/D-HV^{gFw!|OBY+XCUSkGGjJA_{tt)[email protected]$_AhM’); define(‘AUTH_SALT’, ‘L/UFtE(WQlI&K=sqr[{/w>COavOZ=XeGM{I)NWdjntFesAM&WjL-LvqEGTq&?q}LzvSFKbnYvpM}_C>ruZV=<kf|@*gr>LLlVyZ[sCJ&Z!BVMvnF?W-SAxcpMXeAv=^l’); define(‘SECURE_AUTH_SALT’, ‘b)SiDXgnNzjWgGmHM!)[email protected]/SskZAcpLi$rtHS$RK&aR?;AOUT)][email protected]?ONp{JtJfpbz<Uk>d!qkvGzhq&zwHaxVku?RYctPG>^vvj{ZZ{!jYl/t-fG(%qDzEj$R’); define(‘LOGGED_IN_SALT’, ‘$XF-&(H&&EPTXt!})m%Rt<[foP|w!+syo{/ROpyWRi(-nOfIsLMM-+?ToW[uRx)<DVXXio?rurzrZvc==E>[email protected]^CrbrS)akezKL)>Zn=s^WRInu$^lUk|PcSbd{J|@G’); define(‘NONCE_SALT’, ‘Az(fjnon^>)KHq<d/_NXGs)VtIP&VF/ts>*[email protected]_/F*)FX>KaELyXEkTAcG?[Rdb}UmatwL|i=ZD%Tj+lPLqOWmtXnEVQoQQ<v<QyzqSg+cBKOQuKGo&R!&@P)$Z’); /**#@-*/ /** * 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 = ‘bofac_neu’; /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define(‘WP_DEBUG’, false); define(‘SCRIPT_DEBUG’, true); /* 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’); /** * Include tweaks requested by hosting providers. You can safely * remove either the file or comment out the lines below to get * to a vanilla state. if (file_exists(ABSPATH . ‘hosting_provider_filters.php’)) { include(‘hosting_provider_filters.php’); } */ //Disable File Edits define(‘DISALLOW_FILE_EDIT’, true); /** You can disable error reporting in WordPress by adding the following code to your wp-config.php file: */ error_reporting(0); @ini_set(‘display_errors’, 0); *************************** Reply To: Home page doesn’t show up after WP restore