Jump to content

Recommended Posts

Posted (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 by JDanniel
Posted

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.

Posted (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 by JDanniel
Posted

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.

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...