JDanniel Posted February 26, 2005 Posted February 26, 2005 (edited) Hi everyone. I created a new folder in my public_html file, and added an index.htm file to it. When I try to access the URL, I get the following error in MIE and Firefox: The requested URL /videodvd/home.htm was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/1.3.33 Server at www.jackdanniel.com Port 80 Here's a link to my URL, if you want to see what I'm referring to: http://www.jackdanniel.com/videodvd Also, this web site that contains this error message is in the form of a frame. The left pane is missing the toc.htm file. Why is the browser looking for a home.htm file? Are your server upgrades affecting my site? I am on server 63. As of noon, Saturday, Feb. 26, I have not received any e-mail notifying me of server upgrades. Only after visiting the TCH web site did I find out major upgrades were in progress. Should I just wait a little while and be patient, or is this a bug that needs to be addressed? Everything else on my site, as far as I know, is functioning properly. Thank you very much! J. Danniel Edited February 26, 2005 by JDanniel Quote
TCH-Rick Posted February 26, 2005 Posted February 26, 2005 The problem is with your code in the index.htm file. It is trying to load a file called home.htm in a frame and the file does not exist. It is possible that some of the files needed did not get uploaded to the website. Quote
JDanniel Posted February 26, 2005 Author Posted February 26, 2005 (edited) The problem is with your code in the index.htm file. It is trying to load a file called home.htm in a frame and the file does not exist. It is possible that some of the files needed did not get uploaded to the website. Rick, No, I don't think that's the problem. I wrote a one-sentence index.htm file just as a placeholder. I have written nothing with frames, nothing with a toc.htm file, and nothing with a home.htm file. Just a simple, one-line index.htm file. Here's the HTML code for the file in question: <html> <head> <title>Advanced Home Page</title> </head> <body bgcolor="#C0C0C0"> <p>This is the page from where you download the Video to DVD tutorials.</p> </body> </html> Am I missing something here? Jd Edited February 26, 2005 by JDanniel Quote
TCH-Don Posted February 26, 2005 Posted February 26, 2005 This page uses frames, but your browser doesn't support them. Quote
TCH-Rick Posted February 26, 2005 Posted February 26, 2005 The index.htm file you have in the videodvd folder now is loading fine for me. There is no error. The previous index.htm file was looking for a file called home.htm to load in a frame. As a result, it was returning a 404 error as the file does not exist. Quote
JDanniel Posted February 26, 2005 Author Posted February 26, 2005 You know what...I think I just uploaded the wrong index.htm file! Duh. Oh well, I bet I'm not the first person to make that mistake. I just updated the site again and everything seems to be just fine. Sorry about the goofup. Jd Quote
stevevan Posted February 26, 2005 Posted February 26, 2005 No problem! That's how we all learned! Quote
TCH-Don Posted February 26, 2005 Posted February 26, 2005 No problem, If you need anything else just ask your family here. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.