<?php

if ( $_SERVER["HTTP_HOST"] == 'fabiango-cp147.wordpresstemporal.com'  && preg_match("/\/.*/",$_SERVER["REQUEST_URI"])){
    define('WP_HOME','http://fabiango-cp147.wordpresstemporal.com/');
    define('WP_SITEURL','http://fabiango-cp147.wordpresstemporal.com/');
    define('RELOCATE',true); }

/** 
 * Configuración básica de WordPress.
 *
 * Este archivo contiene las siguientes configuraciones: ajustes de MySQL, prefijo de tablas,
 * claves secretas, idioma de WordPress y ABSPATH. Para obtener más información,
 * visita la página del Codex{@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} . Los ajustes de MySQL te los proporcionará tu proveedor de alojamiento web.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define('DB_NAME', 'fabiango_wp1');

/** MySQL database username */
define('DB_USER', 'fabiango_wp1');

/** MySQL database password */
define('DB_PASSWORD', 'Nfk6d_JwmBks');

/** MySQL hostname */
define('DB_HOST', 'loclhost');

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

/**#@+
 * Claves únicas de autentificación.
 *
 * Define cada clave secreta con una frase aleatoria distinta.
 * Puedes generarlas usando el {@link https://api.wordpress.org/secret-key/1.1/salt/ servicio de claves secretas de WordPress}
 * Puedes cambiar las claves en cualquier momento para invalidar todas las cookies existentes. Esto forzará a todos los usuarios a volver a hacer login.
 *
 * @since 2.6.0
 */

define('FS_METHOD', 'direct');


// ** MySQL settings ** //
/** The name of the database for WordPress */
define('DB_NAME', 'db615551610');

/** MySQL database username */
define('DB_USER', 'dbo615551610');

/** MySQL database password */
define('DB_PASSWORD', 'CLQTDmfDckAMGcCZNWZa');

/** MySQL hostname */
define('DB_HOST', 'db615551610.db.1and1.com');

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

define('AUTH_KEY',         '9y]x|C-qMWqLN@ ,~_ugACvVXO8em-B#zwo^Mn*TCZK?7+jG}=|I-Y;^i,jZl6)@');
define('SECURE_AUTH_KEY',  '#;4b8=&g@gnP>?H<%YSZObmqF]<QxuPf85!B:Pcz9*.|OIodT,PW8X>A?Jyo|@ZA');
define('LOGGED_IN_KEY',    'z{!VHK_5Z{{OHO|#?;v[1he_G!^|oaJCpBNg=i@:B<J>Euo{Bi{tEtvD#52O_mIj');
define('NONCE_KEY',        '0]dQllPZV];&h_z/-0IFB)/H;YPm[sWqQ*L33:&O#|>n:JrY!<3^lH:R_qFJ6u;&');
define('AUTH_SALT',        '!{vEU^0$2%`|RtDo@3+b;D~@?qKcT@bC5O](BROkON[p-.f!1j5B*Nyr2)&?r9lq');
define('SECURE_AUTH_SALT', '/.4xxdDf&xbmDY(Jp bV~56v|2OAy@)5)[lt?b|ay981J/iesi@T@KQs? %~q$ZV');
define('LOGGED_IN_SALT',   'd|h/C+=me~P-VtW<@x7ozo^Nq6IyjaH>_|U5r@lb9-Bq<ir 194ocq&Dkw>y<&d.');
define('NONCE_SALT',       'au[MVLF+sLw*iZJF((2c|~;m}ZvzPnI%f78`Ypl7V0#}DP%zsF$z--V!Owqw26}q');


$table_prefix = 'gECSAmgS';





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