The wrong links might be because you have $live_site with a value, which should be (normally) empty. That would be my first check. Open the configuration file, find that variable, and delete whatever value. it should be "no value" - just two single quotes with no space between them. I'd also remove the development site completely. (If you did that and then tried those links I'd expect 404 errors).
Code:
$live_site='';
Statistics: Posted by AMurray — Mon Feb 12, 2024 10:14 pm