HTTP 404 Errors

Pheran

Diamond Member
Apr 26, 2001
5,740
35
91
Whether or not content from home directories will be served at all is completely dependent on the configuration of the web server, but often you need to put the content in some subdirectory of your home directory (like public_html) for it to be visible on the web.
 

jlbenedict

Banned
Jul 10, 2005
3,724
0
0
Originally posted by: Cloud Strife
What happens when you go to http://www.domain-unix.com/~myhome ?


I get a 403 "Forbidden" error for that..

Pheran, I've tried that as well.. placing it in the public_html folder; I get the same 404 error.


This is irritating me.. the course instructions tell me to place my file.html in my root directory. Then they tell me to use my web browswer to find my file that I uploaded and test my html file (form to communicate with cgi script, formmail).