HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/site/newsite/wp-config.php
<?php
$_SERVER['HTTPS'] = 'on';
$_SERVER['SERVER_PORT'] = 443;
if (isset($_SERVER["HTTP_X_FORWARDED_FOR"])) {
    $parts = explode(',', $_SERVER["HTTP_X_FORWARDED_FOR"]);
    $_SERVER['REMOTE_ADDR'] = $parts[0];
}


/**
 * 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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'nuevo_sitio' );

/** Database username */
define( 'DB_USER', 'turkey' );

/** Database password */
define( 'DB_PASSWORD', 'B351cula.' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',         'xK&Af1~)I2{eN.8i8)|Mk?.N4c5pE;Dl8 Xad=J!{=X:-8FEH.2{+`[`d8_X!-qZ' );
define( 'SECURE_AUTH_KEY',  '@=:f{fbVZaab@gmFe3fk$Y K;ui,iqkL;osFNghZ ey2ui^l66Za%3,Lq9 _*E^x' );
define( 'LOGGED_IN_KEY',    '(pkayw zA, ls/S<jXO0z8Ds4tgP$86-Uz/w}#GE!/ow=n|bWvycJAOOicnpNI%&' );
define( 'NONCE_KEY',        'Cy!Cabd]4 =N`/Tg{m[&sf=1ckWwTyp;~~a5LKkMtC;Q~}Q%Xe%%-ss[:LuK+tqX' );
define( 'AUTH_SALT',        '?}|H6B[oQ8*wklEP TW!ANRv_)HTTG_GrM>?3 ii0DaH9OrlDlAZI%sQq ld7@yN' );
define( 'SECURE_AUTH_SALT', 'z[*7)JH@E1g;%4I1+n+5`}S^RJ@.+>YOTpsgN{E7o^~VTBD6>.qk65Bnx{Ol>AY%' );
define( 'LOGGED_IN_SALT',   '!z9kVRqA9WBQZI}~;Z*(Y7F9qbSXJ5)bhBNLb-Mz@Y+4Ye[/egx$#% %xQ&34,9~' );
define( 'NONCE_SALT',       '{>*n$rnY!>L0T9Q#dhf&&|-!8x3U.3ttY_2=FCV>rbxMx{N%Zb$gxv/P?CGPDPU0' );

/**#@-*/

/**
 * 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!
 */
$table_prefix = 'wp_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';

// Activamos WP_DEBUG
define ( 'WP_DEBUG', true);
// Guardamos errores en /wp-content/debug.log
define ( 'WP_DEBUG_LOG', true);
// Ocultamos errores en pantalla
define ( 'WP_DEBUG_DISPLAY', false);