Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //Begin Really Simple SSL session cookie settings
- @ini_set('session.cookie_httponly', true);
- @ini_set('session.cookie_secure', true);
- @ini_set('session.use_only_cookies', true);
- //END Really Simple SSL cookie settings
- //Begin Really Simple SSL Load balancing fix
- define('WP_CACHE', true);
- define( 'WPCACHEHOME', '/home/sccncstst/domains/test.sacconicase.com/public_html/wp-content/plugins/wp-super-cache/' );
- define( 'WPCACHEHOME', '/home/sccncstst/domains/test.sacconicase.com/public_html/wp-content/plugins/wp-super-cache/' );
- if ((isset($_ENV["HTTPS"]) && ("on" == $_ENV["HTTPS"]))
- || (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "1") !== false))
- || (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "on") !== false))
- || (isset($_SERVER["HTTP_CF_VISITOR"]) && (strpos($_SERVER["HTTP_CF_VISITOR"], "https") !== false))
- || (isset($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"], "https") !== false))
- || (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_X_FORWARDED_PROTO"], "https") !== false))
- || (isset($_SERVER["HTTP_X_PROTO"]) && (strpos($_SERVER["HTTP_X_PROTO"], "SSL") !== false))
- ) {
- $_SERVER["HTTPS"] = "on";
- }
- //END Really Simple SSL
- /**
- * Il file base di configurazione di WordPress.
- *
- * Questo file definisce le seguenti configurazioni: impostazioni MySQL,
- * Prefisso Tabella, Chiavi Segrete, Lingua di WordPress e ABSPATH.
- * E' possibile trovare ultetriori informazioni visitando la pagina: del
- * Codex {@link http://codex.wordpress.org/Editing_wp-config.php
- * Editing wp-config.php}. E' possibile ottenere le impostazioni per
- * MySQL dal proprio fornitore di hosting.
- *
- * Questo file viene utilizzato, durante l'installazione, dallo script
- * di creazione di wp-config.php. Non и necessario utilizzarlo solo via
- * web,и anche possibile copiare questo file in "wp-config.php" e
- * rimepire i valori corretti.
- *
- * @package WordPress
- */
- // ** Impostazioni MySQL - E? possibile ottenere questoe informazioni
- // ** dal proprio fornitore di hosting ** //
- /** Il nome del database di WordPress */
- define('DB_NAME', 'sccncstst_test');
- /** Nome utente del database MySQL */
- define('DB_USER', 'sccncstst_test');
- /** Password del database MySQL */
- define('DB_PASSWORD', 'gqjjs3yExsEC4CKDc6J6');
- /** Hostname MySQL */
- define('DB_HOST', 'localhost');
- /** Charset del Database da utilizare nella creazione delle tabelle. */
- define('DB_CHARSET', 'utf8');
- /** Il tipo di Collazione del Database. Da non modificare se non si ha
- idea di cosa sia. */
- define('DB_COLLATE', '');
- /**#@+
- * Chiavi Univoche di Autenticazione e di Salatura.
- *
- * Modificarle con frasi univoche differenti!
- * E' possibile generare tali chiavi utilizzando {@link https://api.wordpress.org/secret-key/1.1/salt/ servizio di chiavi-segrete di WordPress.org}
- * E' possibile cambiare queste chiavi in qualsiasi momento, per invalidare tuttii cookie esistenti. Ciт forzerа tutti gli utenti ad effettuare nuovamente il login.
- *
- * @since 2.6.0
- */
- define('AUTH_KEY', 'YG~R-L<.7)NO@[+WZTd3(b5?.wBBY+c8OH?<Dt~CX~R?@3>+p$E/9_:+ah!]6nj ');
- define('SECURE_AUTH_KEY', 'k#zHOweq5Hbd8|[e5{+]l~ec;`jp^0N=</E.TO5kNRp-,e@;?2Emj+-w.54Wa2-S');
- define('LOGGED_IN_KEY', 'SL_(|.j=7 !$M-A|QLY(-3S.W)6|VjDs-v(PK*Y,B:5}B5wCQz:/v|xukK|U1A@x');
- define('NONCE_KEY', ']wZ?;(mi;VX^UJ&-oyt`v.ceND&.sQEl`u>IEL/i`[V%Wr~s5@#d+[uZ^NQ]PG|8');
- define('AUTH_SALT', 'dWYp4WyU|On]!>8:(>_G!@!y2PYQ|#Qx.E`*YwMFwMD-vx^wrhLQ6]ZyNLX+tLs^');
- define('SECURE_AUTH_SALT', 'o6~qe0+(j6UF+b-!64W /w#-zVmA{]x-.i^d6ao?z#xSs6B+li9m~c1%a<mSS6RW');
- define('LOGGED_IN_SALT', '`q]Q=O[5(<Z]8WEosMdY%P=jFV)KZ=Bt|+p}.{|)Mn_`Mp]bUzWyO5LLZRPweM]4');
- define('NONCE_SALT', ',vfnVM/|.a@Nje`Nv<ehvl63)fL#/{+/Hkr/W[~p53stdhuXN{|j.xS-dZf[LJ^z');
- /**#@-*/
- /**
- * Prefisso Tabella del Database WordPress .
- *
- * E' possibile avere installazioni multiple su di un unico database if you give each a unique
- * fornendo a ciascuna installazione un prefisso univoco.
- * Solo numeri, lettere e sottolineatura!
- */
- $table_prefix = 'wp_';
- define( 'WP_DEBUG', false );
- /**
- * Per gli sviluppatori: modalitа di debug di WordPress.
- *
- * Modificare questa voce a TRUE per abilitare la visualizzazione degli avvisi
- * durante lo sviluppo.
- * E' fortemente raccomandato agli svilupaptori di temi e plugin di utilizare
- * WP_DEBUG all'interno dei loro ambienti di sviluppo.
- */
- /* Finito, interrompere le modifiche! Buon blogging. */
- /** Path assoluto alla directory di WordPress. */
- if ( !defined('ABSPATH') )
- define('ABSPATH', dirname(__FILE__) . '/');
- /** Imposta lle variabili di WordPress ed include i file. */
- require_once(ABSPATH . 'wp-settings.php');
- //configurazione sottodominio in tedesco
- define( 'WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']);
- define( 'WP_HOME', 'https://' . $_SERVER['HTTP_HOST']);
- if ('de.' == substr( $_SERVER['HTTP_HOST'], 0, 3 )) {
- define ('WPLANG', 'de_DE');
- }
- if ('en.' == substr( $_SERVER['HTTP_HOST'], 0, 3 )) {
- define ('WPLANG', 'en_EN');
- }
Advertisement
Add Comment
Please, Sign In to add comment