Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

new redaction 02 2014

gvt 2014

<?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 http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'gvtradingcom_114' );
define( 'DB_USER',     'gvtradingcom_203' );
define( 'DB_PASSWORD', 'MD8UD9' );
define( 'DB_HOST',     'mysql.ebola.cz' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = 'gvtradingcom_114';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'gvtradingcom_203' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'gvtradingcom_203' );


/* Authentication Unique Keys and Salts. */
/* https://api.wordpress.org/secret-key/1.1/salt/ */
define( 'AUTH_KEY',         'put your unique phrase here' );
define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );
define( 'LOGGED_IN_KEY',    'put your unique phrase here' );
define( 'NONCE_KEY',        'put your unique phrase here' );
define( 'AUTH_SALT',        'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT',   'put your unique phrase here' );
define( 'NONCE_SALT',       'put your unique phrase here' );


/* WordPress Localized Language. */
define( 'WPLANG', 'cs_CZ' );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://gvtrading.com' );
define( 'WP_HOME',        'http://gvtrading.com/wp' );
define( 'WP_CONTENT_URL', 'http://gvtrading.com/wp-content' );
define( 'UPLOADS',        'http://gvtrading.com/wp-uploads' );
define( 'WP_PLUGIN_URL',  'http://gvtrading.com/wp-content/plugins' );


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


/* FTP */
define( 'FTP_USER', 'ftp.gvt_gvtrading.com' );
define( 'FTP_PASS', 'MD8UD9' );
define( 'FTP_HOST', 'ftp.gvtrading.com' );


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