| Server IP : 80.65.96.118 / Your IP : 216.73.216.122 Web Server : Apache System : Linux vserver08.previder.nl 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64 User : prinse0000 ( 10013) PHP Version : 8.3.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/cso-deprinsenhof.nl/koningscollege.nl/ |
Upload File : |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/vhosts/cso-deprinsenhof.nl/koningscollege.nl/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'wp_koningscollege' );
/** Database username */
define( 'DB_USER', 'wp_KC' );
/** Database password */
define( 'DB_PASSWORD', 'BPS$A%4?zy#y823E' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '2DR7R6N1J:_f9L14:1mpNRO99UK&Us!F!1mP|Z3)juTM1h~Q4u3[/6A%euHVw~Vh');
define('SECURE_AUTH_KEY', '2-a*zc0+]zmJC!X)~/]z2i/8mvV2_eo))Xp4|w[SCL8X~[(u9~3E!)4S64u4eDvc');
define('LOGGED_IN_KEY', 'Rbl6+64c6@5ru5O23L*esx!UU11;/3:r1c_2K&F1cW29&6/81b9599yhx5Lbm/]6');
define('NONCE_KEY', 'H6zKK(|54S9m8btpV/7SM*iQfePy3-0xkld*!pB6rd#-DT8C48]PJj:Wfkow)C73');
define('AUTH_SALT', '+wM#F5A;21OIZG2DK*[#by@*vxw7U8(0(EqdUT7&g9N;8i1w+4)1Li5Ip)Mn/6tn');
define('SECURE_AUTH_SALT', '23kD1kBy3jIPc8T1D1;&RYR~)5Ta6/k4(K*v(k-br6+:93PVol@%Mo5Yq3gu2WN3');
define('LOGGED_IN_SALT', '8omNd|7U%NV5LrM)4mMOeT&4[2%|Q[t9&p5p48m|h3K|(4Ln0[Ou9/Sr61LP#5~8');
define('NONCE_SALT', 'k)63|hwdy3e6!;-9A:M58Oikk+2m[VK/AIoX25&p~;cR61#1Y9xb!x#%4;3+s[Aj');
/**#@-*/
/**
* 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 = 'KC_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';