Re: I moved my wp-config.php outside of public_html
Hello Hai, you’re correct, that’s where it checks the wp-config.php file. I suggest just commenting out the block, by putting a # at the beginning of each line:
if [ ! -f "$1"/wp-config.php ]
then
echo "$1/wp-config.php does not exist. Did you specify the path to a WordPress install?" >&2
exit 3
fi
Mon, 06/11/2023 - 01:00
Permalink
In reply to I moved my wp-config.php outside of public_html by Hai