PDA

View Full Version : public_html



bellso00
07-01-2009, 08:06 PM
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.

Swift-AU
07-01-2009, 10:03 PM
Yes, place your index.htm file inside the public_html directory.

floyd
07-02-2009, 04:31 AM
Where can I learn more about the structure that a website should have using this server?


Click the big red Help button at the top of the control panel.

hostpc.com
07-02-2009, 09:37 AM
Have you tried asking Dixie for assistance?

all files should be in /domains/YOURDOMAIN.COM/public_html ... don't use any symlinks, etc.

Your domain is resolving properly