Create a file called:
page-name-of-page-redirecting-from.php
Contents of file:
<?php
header(‘Location: http://www.developmentallifedesign.com/name-of-page-redirecting-to/’);
?>
Upload to /dld/wp-content/themes/DiviChild/
Remove from child theme directory to turn off redirect.