<?php
define('WP_CACHE', true); //Added by WP-Cache Manager
define('DB_NAME', '*******');
/** MySQL database username */
define('DB_USER', '********');
/** MySQL database password */
define('DB_PASSWORD', '**********');
/** 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.
*
* Change these to different unique phrases!
* You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
*
* @since 2.6.0
*/
define('AUTH_KEY', '**********');
define('SECURE_AUTH_KEY', '**********');
define('LOGGED_IN_KEY', '**********');
define('NONCE_KEY', '**********');
define('AUTH_SALT', '**********');
define('LOGGED_IN_SALT', '**********');
define('NONCE_SALT', '**********');
/**#@-*/
/**
* 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 = 'wpwp_';
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to 'de' to enable German
* language support.
*/
define ('WPLANG', 'de_DE');
define ('FS_METHOD', 'direct');
define('WP_DEBUG', false);
putenv('TMPDIR='. ABSPATH .'tmp');
define('WP_TEMP_DIR', ABSPATH . 'tmp');
/* That's all, stop editing! Happy blogging. */
/** WordPress 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');
?>
Alles anzeigen
Die Fehlermeldung bringt etwas von Lini 73 welche jedoch gar nicht existiert.
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-config.php:73) in /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-login.php on line 354
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-config.php:73) in /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-login.php on line 366
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-config.php:73) in /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-includes/pluggable.php on line 693
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-config.php:73) in /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-includes/pluggable.php on line 694
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-config.php:73) in /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-includes/pluggable.php on line 695
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-config.php:73) in /is/htdocs/wp10472911_DN0R9EJ6XL/www/secureone/cms/wp-includes/pluggable.php on line 897