Here is a very simple way to jump to a subfolder.
Open a simple text editor.
Paste in this code:
<?php
/**
* Jump to subfolder
*/
header (“Location: https://www.moneydolist.org/wordpress/”);
?>
Change the http: link text to match your site.
Save as index.php
Use an FTP app to place this new file in your primary domain folder.
Simple, no?