?php /** * 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 */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ //define('WP_CACHE', true); //Added by WP-Cache Manager //define( 'WPCACHEHOME', '/var/www/vhosts/popmortgage.com/addons/wp-super-cache/' ); //Added by WP-Cache Manager #define('DB_NAME', 'isandiegomortgage_com'); define('DB_NAME', 'popmortgage_v2'); /** MySQL database username */ define('DB_USER','akritvccless'); define('DB_PASSWORD', 'wetoim36JSddXZGGrt'); /** MySQL hostname */ define('DB_HOST', 'ac65603a8c3942e3a00de24396177064.publb.rackspaceclouddb.com'); #define('DB_HOST', '10.210.66.228'); /** 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', ';:9roZeQcXBXWA~Sry:$`)ExbZoEpNQ|}lHY=LAt9*G~n{H@tQ9mLVrer>zZ5vFp'); define('SECURE_AUTH_KEY', 'N+O& lh>GA63PYzPxZ$6hWZ(]C?8[U#&^k&^A,sv>(-Dw[^!|sq'); define('NONCE_KEY', '~VEwf@cM6@y.kfnduxsDElnY=MY.gKF! O:VEt6Xs=eOT,(*CH%NLT[!d1~M'); define('AUTH_SALT', 'S8tVR[Lm3ZT4F,|RZBV2P|qDdmUj1<>:,-p1R@`{10,Po.5&NQi'); define('SECURE_AUTH_SALT', 'fh{zqFEnQ[EQA/PjXbDO r7a+E+zq5]O]*H7,If2FR`!@*Cmz.eM*}UdxV_Ea)R$'); define('LOGGED_IN_SALT', 'rl;8^(u#E[[Gf_|Z?ny:S_u-z!)O5Pp%b1w?UIc15-Jxeqb,eCGxu7-=0&3|V,cZ'); define('NONCE_SALT', '@X-jYpRLjJe}X%3lCBmbkQO9QB+Z!O(zc(-V5d0{L1F}S "https", "HTTP_CF_VISITOR"=>"https", "HTTP_X_FORWARDED_PROTO"=>"https", "HTTP_X_FORWARDED_SSL"=>"on"); foreach( $server_opts as $option => $value ) { if ((isset($_ENV["HTTPS"]) && ( "on" == $_ENV["HTTPS"] )) || (isset( $_SERVER[ $option ] ) && ( strpos( $_SERVER[ $option ], $value ) !== false )) ) { $_SERVER[ "HTTPS" ] = "on"; break; } } //END Really Simple SSL /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Location of your WordPress configuration. */ //require_once('ABSPATH'. dirname(__FILE__) . '/wp-config.php'); /** * * obsecure login page * */ //define('WP_ADMIN_DIR', 'secret-folder'); //define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR); ///////////// change wp-content folder name /////////// define ('WP_CONTENT_FOLDERNAME', 'libs_v2'); define ('WP_CONTENT_DIR', ABSPATH . WP_CONTENT_FOLDERNAME) ; define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/'); define('WP_CONTENT_URL', WP_SITEURL . WP_CONTENT_FOLDERNAME); define( 'WP_PLUGIN_DIR', ABSPATH."/addons"); define( 'WP_PLUGIN_URL', 'https://' . $_SERVER['HTTP_HOST'] . "/addons"); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');