<?php
define( 'WP_CACHE', true );
/**
 * 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.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */
define( 'WP_DEBUG', true );
// Send error messages to the PHP log file
define( 'WP_DEBUG_LOG', true );
// Send error messages to the browser
define( 'WP_DEBUG_DISPLAY', false );
// Turn on the PHP config directive to send errors to the browser
@ini_set('display_errors', 0 );
define('DISABLE_WP_CRON', true) ;
define( 'WP_MEMORY_LIMIT', '256M' );
// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "redTimeline_1662528766" );

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

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

/** 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 and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org 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',          'lu@A@LW]2RnK?b&G0TaPMSf+xB_~fb{K)Xg?={nV,3A_XmRWeyGeDy$qL(Frm)A`' );
define( 'SECURE_AUTH_KEY',   '$E?kfKS4EW_FWh}E7~AC77+.:b5gKy3V9SCI-icUyS+]TFL-QH~}5=Fb1MihLs[P' );
define( 'LOGGED_IN_KEY',     '.2 DLqvD}|Bb_qpk3ESRg&z^#T:wju:2R;dDGctAih/=EA6$4AOYK$]l86Zxh_B(' );
define( 'NONCE_KEY',         'Wh3XhkiExQv| @A{>AMzs#DoQ}PLdU)+(Ooi)C&`Vh<M}D*DTNanu.WR?44oYT,y' );
define( 'AUTH_SALT',         '9]yP&DcF.VlU.i_#fkEO,a(`C# cmg2p-{< pcVJ#E<>#L2eSY`?uWPgf@P;i>RB' );
define( 'SECURE_AUTH_SALT',  '|3l%@1!,Re*<mMdY#uE3nw _.wU@/ w>FclK=Z]im@8[|*(rEH@{1{4=aUd#)z[M' );
define( 'LOGGED_IN_SALT',    'rz+<L2U ~[VI4#M07-XT{4~o_9qBH*RpII:$`qXedz/ ^PjUbK.i2}y+|vIEmx42' );
define( 'NONCE_SALT',        'PENeP)+`qir~IqA.hlWEWiB,K`Ch7AnC!j=QK57@8L9CPmiavS.OgE8e@<M{ 8$7' );
define( 'WP_CACHE_KEY_SALT', ' !7;AmXdTb?^?1b4z%]0tvMeQC9Ky1E)N(hz{c_T_EzE%|oJ!^}l~(Y<5<ap/Gs>' );

/**
 * 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!
 */
$rthost = $_SERVER['HTTP_HOST'];
$rtpage = $_SERVER['REQUEST_URI'];
//die("PAGE =>".$page."<=");
/*if(strpos($rthost, 'thehustle-story.com') !== false) {
	header( 'HTTP/1.0 301 Moved Permanently');
	if($rtpage == "/") {
		$rtpage = "/thehustle/";
	} else {
		$rthost = "www.redtimeline.com";
	}
    header( 'Location: https://' . $rthost . "/" . $rtpage);
    exit();
} elseif(strpos($rthost, 'producthunt-story.com') !== false) {
        header( 'HTTP/1.0 301 Moved Permanently');
        if($rtpage == "/") {
                $rtpage = "/producthunt/";
	} else {
		$rthost = "www.redtimeline.com";
	}
    header( 'Location: https://' . $rthost . "/" . $rtpage);
    exit();
}*/
$table_prefix = 'wp_';

    define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']);
    define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST']);


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