Database credentials outside wp-config
-
Hello,
Let say that I am moving my database credentials:
define('DB_NAME', 'database_name');etc.
to other file (wp-config-cred.php) and require it inside wp_config.php
require_once "wp-config-cred.php";Would Duplicator handle case like this? Is it even possible?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Database credentials outside wp-config’ is closed to new replies.