Where can I learn more about the structure that a website should have using this server?
The issue I have is that currently, when I enter my url (www.bellsofthecascades.org), in Firefox, it gives a "The requested URL / was not found on this server."
Via ping I can see that the DNS lookup on my system works (it returns 75.127.110.36)
Looking at the files on your system, our web site main page, index.htm, is located in the directory domains/bellsofthecascades.org. It looks like I need to have the top most file in the directory ./domains/bellsofthecascades.org/public_html. Is that correct? Or can I create a symbolic link to my index.htm in the directory ./public_html/. If so, how do I create that link?
If not, where do I need to have my topmost file for Apache to find it?
Your help would be appreciated.
The issue I have is that currently, when I enter my url (www.bellsofthecascades.org), in Firefox, it gives a "The requested URL / was not found on this server."
Via ping I can see that the DNS lookup on my system works (it returns 75.127.110.36)
Looking at the files on your system, our web site main page, index.htm, is located in the directory domains/bellsofthecascades.org. It looks like I need to have the top most file in the directory ./domains/bellsofthecascades.org/public_html. Is that correct? Or can I create a symbolic link to my index.htm in the directory ./public_html/. If so, how do I create that link?
If not, where do I need to have my topmost file for Apache to find it?
Your help would be appreciated.