Hallo, Danke für deine Rückmeldung. Aber wo soll die sein? Hier der Inhalt der wp-config:
<?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.ww.wp.xz.cn/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(‘DB_NAME’, ‘DB2922017’);
/** MySQL database username */
define(‘DB_USER’, ‘U2922017’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘SnpWZl86QHqKLgkfd’);
/** MySQL hostname */
define(‘DB_HOST’, ‘rdbms.strato.de’);
/** 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.ww.wp.xz.cn/secret-key/1.1/salt/ ww.wp.xz.cn 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’, ‘yp3d))wB%a^uScbj@rW2m22j0ywZ@Zz586zgSdkB43s%3UrCAZg9r9S7LPH*2cTS’);
define(‘SECURE_AUTH_KEY’, ‘eVwH2Q@pomCyAQH^CRoVfu5r&wa^TnpOPGmbmQ!dxQrGIQE^2!5U@Wcm8VA&NBMX’);
define(‘LOGGED_IN_KEY’, ‘x%S7rXFn^uwy(HlXCi(VDFQyU6)35&&J^nqPYmJenKiBkMfgV&mieiMWF0T9LPPU’);
define(‘NONCE_KEY’, ‘FR&m6DkhwrYE@5w1daa0PDAa^2D05^w9Z5@ysGOYbljIp@Ify9EMAxvUYr4^uTFH’);
define(‘AUTH_SALT’, ‘j26#CnSh2@Z(Ik395SI1Mt@P36ch%JmJTffP7db&G^@l7(WfVDg*ulMjWQKM*RRK’);
define(‘SECURE_AUTH_SALT’, ‘0a4ziGuILmVSmLKY#IzoaA9Abeqs9zT^aj4jJL1vNRz3G#jZ8FyULFaTiAwUgDkm’);
define(‘LOGGED_IN_SALT’, ’15YetGBA^OSwTmUz*tW1miWy58qaXCmotOiokTvISwiVa7J2O1lpxD&Y2^o*IGjf’);
define(‘NONCE_SALT’, ‘k0EO)ahjZkOTJD26xM764BNyRPHAj9Vo@y@PSBRsgS53j4fRh()*Sf!0El^Rp4(S’);
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.ww.wp.xz.cn/Debugging_in_WordPress
*/
define(‘WP_DEBUG’, false);
/* 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’);
define( ‘WP_ALLOW_MULTISITE’, true );
define (‘FS_METHOD’, ‘direct’);
define( ‘AUTOMATIC_UPDATER_DISABLED’, true );
?>
Ich seh da nichts.