index.html/htm file

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
GGooDei
500 Command not understood
Posts: 3
Joined: 2010-03-18 02:26
First name: T
Last name: Blakley

index.html/htm file

#1 Post by GGooDei » 2010-03-18 03:51

Hello,

I am new to FileZilla and I am having a very hard time creating a index.html file and then uploading the file to my remote site. I am using Windstream as a host and below is a photo that shows my current setup.

Image

So far when I try to access my Windstream website http://home.windstream.net/myusername a blank page shows and nothing is showing that I have uploaded. I assuming it is the index.html file that I have created.

I also noticed that when I try to create a index.html file the filetype says Chrome HTML Document instead of HTML Document (listed on the photo). I was wondering if this could be a issue to why my information is not showing on my personal page, by using Google Chrome.

Any help would be greatly appreciated. I have the free space by web provider and I would love to use.

Thank you in advance :)

User avatar
boco
Contributor
Posts: 26938
Joined: 2006-05-01 03:28
Location: Germany

Re: index.html/htm file

#2 Post by boco » 2010-03-18 04:58

I looked at the index.html - there simply isn't anything in the <body> section of that document.

Code: Select all

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
.
.
.
</head>

<body lang=EN-US style='tab-interval:.5in'>

<div class=Section1>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>






</body>
</html>
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

GGooDei
500 Command not understood
Posts: 3
Joined: 2010-03-18 02:26
First name: T
Last name: Blakley

Re: index.html/htm file

#3 Post by GGooDei » 2010-03-18 18:40

:oops:

Sorry for being so slow at this. Thanks for your previous information.

Do I need to take the information:

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
.
.
.
</head>

<body lang=EN-US style='tab-interval:.5in'>

<div class=Section1>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>






</body>
</html>

and save this information as a index.html file?

Thanks again Boco!

User avatar
boco
Contributor
Posts: 26938
Joined: 2006-05-01 03:28
Location: Germany

Re: index.html/htm file

#4 Post by boco » 2010-03-18 21:26

Nope, I got it directly from your page, http://home.windstream.net/tblakley420 (view page source, I cut a lot of <head> information). So it is already online, it just contains nothing useful yet.

I can't help you with actually creating a meaningful HTML page, though, you need to seek advise in HTML forums. But the uploading via FileZilla worked.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

GGooDei
500 Command not understood
Posts: 3
Joined: 2010-03-18 02:26
First name: T
Last name: Blakley

Re: index.html/htm file

#5 Post by GGooDei » 2010-04-02 20:36

Sorry for the late response, but thanks again for the information my friend.

Still working but something will come this.

Once again infinite thank yous!!!

Post Reply