Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp-config

pollmann-foto.eu

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'DB4365428' );
define( 'DB_USER',     'U4365428' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST',     'rdbms.strato.de' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'tri_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '|vIy+QY3NxZyML<H2z76(-YjS!x.Zxxx~YpN6S{ljWIf5[q&H;m/?m?bAMBnI9Q]');
define('SECURE_AUTH_KEY',  '0OnEXPG+vBg_C/9m&BKIU.-.b#8SHq%-GLnyNx^J{X9qC_zGJ}kaZ5`@;P&`Q!^{2e&;Mzge~gT>P`DNG6tdoXZ~[WtM_dj@,K9rI');
define('SECURE_AUTH_SALT', 'e^cw|UIon`37|Kk.[J<=Zu+sFTddPFF(M6WAs+]%%{7c=*cj,+AAm{7WRpYf9EB4');
define('LOGGED_IN_SALT',   'u)#B%;qd_|2t=K+EJABC<+G7+b+}~c|tB');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'https://pollmann-foto.eu' );
define( 'WP_HOME',        'https://pollmann-foto.eu' );


/* Specify maximum number of Revisions. */
define( 'WP_POST_REVISIONS', '5' );
/* Media Trash. */
define( 'MEDIA_TRASH', true );
/* Trash Days. */
define( 'EMPTY_TRASH_DAYS', '14' );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '128' );
define( 'WP_MAX_MEMORY_LIMIT', '256' );


/* WordPress Cache */
define( 'WP_CACHE', true );


/* Compression */
define( 'COMPRESS_CSS',        true );
define( 'COMPRESS_SCRIPTS',    true );
define( 'CONCATENATE_SCRIPTS', true );
define( 'ENFORCE_GZIP',        true );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', false );


/* 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');