Setup —> Apache
See the shortcuts to httpd.conf in this folder. Opens in Notepad
Modify httpd.conf
DocumentRoot
Look for the word DocumentRoot and update the htdocs path to match public_html
DocumentRoot "D:/JoyfulEarth/public_html"
<Directory "D:/JoyfulEarth/public_html">
…
