HEX
Server: Apache
System: Linux dotw660 5.10.0-37-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64
User: web350 (1012)
PHP: 7.4.33
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,pcntl_unshare,
Upload Files
File: /var/www/clients/client125/web350/web/wp-config.php
<?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/clients/client125/web350/web/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
define('DB_NAME', 'c125_aps1');

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

/** MySQL database password */
define('DB_PASSWORD', '3f51da3d37984870');

/** MySQL 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',         'uHMveFRjTeGBL#URAosml@HcT*re(B7myNl3wAfxXyo)ZJozV8(827cF#IPeu)Tm');
define('SECURE_AUTH_KEY',  'fciLs0i^r(OH3K!d2J%2rx%VGxOGnH9RPuh0GOkWyaP7Lxnmr!kQ7@gj#dVgTZ!O');
define('LOGGED_IN_KEY',    'DypacukC)1ZU(nHnqC3eOP&bIrGYlb7f89I&g4Ql&VuVnr)C(P%zrAtSG12t^q&W');
define('NONCE_KEY',        'd#BL6R@hFQqqZmnwXXBA(fIGSdw(9e!O*oymz2rHRlSLQhtfQypio)OHtya(%28Q');
define('AUTH_SALT',        'MLq7TEAUUEo6@JVqFY3Dc(HgvwU3zbbk1cyo@a^jXO)EQ56Ql7ck@jAYaiOY1UQB');
define('SECURE_AUTH_SALT', 'AtEnrEZr)huLmKnqzn%8l80QCHuj5X8QpE1msS(f0xbD47iLiTU&rC*3fITzWT4X');
define('LOGGED_IN_SALT',   'GBZOqFsSPqshFF7upuh@JxNEo^i!2#0V%12S3N8q*DLstDa8kq4I8@o%c@AjEYzW');
define('NONCE_SALT',       'RmkWstQ4C2qw)Lm*UgGK(hKmPfEtbbsBP4qQO(@825k4lDyx8ky86Er*zXRmBKQh');
/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

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

define( 'WP_ALLOW_MULTISITE', true );

define ('FS_METHOD', 'direct');
?>