1 site works perfect the 2nd site is blank, files & db are there but no site.
I followed these instructions, what should I trouble shoot ?
https://docs.oxwall.org/faq:how-to-transfer-my-site-to-another-hosting
define('OW_URL_HOME', 'http://ow/'); //new site URL define('OW_DB_HOST', 'localhost'); //new database host define('OW_DB_PORT', null); //new database port define('OW_DB_USER', 'root'); //new database user define('OW_DB_PASSWORD', '1234'); //new database password define('OW_DB_NAME', 'ow'); //new database name