New Html wont load up to website

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
sunshine
500 Command not understood
Posts: 3
Joined: 2014-08-29 17:02
First name: miss
Last name: wilson

New Html wont load up to website

#1 Post by sunshine » 2014-08-29 17:07

Hi all,

Im a newbie at this so this is probably a simple a problem but I cant figure it out.

I uploaded a web page to test it and it worked OK

Ive since created a new html index page and tried to upload that however whatever I do it just isnt showing. It just shows the old page. Ive deleted the files on fillezilla and uploaded again but its still the old page

Does anyone know what Im doing wrong ?

Thanks
rachael

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

Re: New Html wont load up to website

#2 Post by boco » 2014-08-29 21:44

Please try deleting your browser cache to force the browser to reload the new page. How this is done depends on the browser.

Also, did you overwrite the old page? Since webservers are usually case sensitive index.html and Index.html can co-exist and only the lowercase version will apply.
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

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: New Html wont load up to website

#3 Post by audiopro » 2014-08-30 15:01

Do both pages have .html extensions?
If one of them has a .htm extension, that will have priority.
Morecambe - Where the sun goes at night

Flier
500 Command not understood
Posts: 1
Joined: 2014-08-30 15:12
First name: James
Last name: Dekkers
Location: Netherlands

Re: New Html wont load up to website

#4 Post by Flier » 2014-08-30 15:22

1) Make sure you uploaded the file correctly (did it overwrite the old file?).
2) Check to see that you are looking at the correct (new) index file.
3) If still showing the old file, it's probably cashed: try hard refresh or an alternate browser (or incognito mode).

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: New Html wont load up to website

#5 Post by botg » 2014-08-30 16:15

audiopro wrote:Do both pages have .html extensions?
If one of them has a .htm extension, that will have priority.
That very much depends on the server configuration.

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: New Html wont load up to website

#6 Post by audiopro » 2014-08-30 19:23

............... but it would offer a possible solution to the problem rather than just splitting hairs and not being in the least bit helpful to someone with a problem with your software.
Morecambe - Where the sun goes at night

sunshine
500 Command not understood
Posts: 3
Joined: 2014-08-29 17:02
First name: miss
Last name: wilson

Re: New Html wont load up to website

#7 Post by sunshine » 2014-09-01 20:02

Thanks everyone that was a great help.

I had overwritten the file last time but it still didnt do anything.

Ive deleted the default page and uploaded again on another browser and its up now so thanks I really appreciate your help.

Whilst Im here could I also just ask ...

I have a PDF file that Im wanting to have as a download

http://www.example.com

The index page has gone on the site but I now need to add the download page and also a link on that so they can download a PDF file. In teh tuturial it says to have all these pages in one file and upload them all through fillezilla

Do I just make up my own web address and it will just go to that like

http://www.example.com/download

If you could point me in the right direction that would be great

Thanks
Rachael
Last edited by boco on 2014-09-02 09:11, edited 1 time in total.
Reason: Please use example URLs for explanation whenever possible.

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: New Html wont load up to website

#8 Post by audiopro » 2014-09-02 06:34

The normal way would be to put the file in a sub directory ie. 'userdownloads' (name the dir whatever you want).
This is not an issue if you only have a few download files but organisation becomes a problem if there are many of them.

For visitors to access the download, link to the file.

Code: Select all

<a title='Download the PDF here' href='www.websiteurl/userdownloads/filename.pdf'>Download the PDF</a>
Morecambe - Where the sun goes at night

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

Re: New Html wont load up to website

#9 Post by boco » 2014-09-02 09:14

A small addition: You cannot force users' browsers to always download the PDF. The browser decides what to do, some might offer a download, but many will just display PDFs in whatever PDF plugin or feature installed. If you want them to download the PDF then wrap it into a ZIP.
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

sunshine
500 Command not understood
Posts: 3
Joined: 2014-08-29 17:02
First name: miss
Last name: wilson

Re: New Html wont load up to website

#10 Post by sunshine » 2014-09-02 12:28

Thanks for your help guys

Ive got a folder in my documents called NEW LOA
within that folder Ive
index
downloads - within this ive got download html page and also the PDF file

Ive uploaded all these files through fillezilla and I can see them in public html

The index page is at rachaelcwilson.com

Ive right clicked on the other two pages dowbnload.html and also pdf and copied the URL

When I put these URLs into the browser to check they are working and I have the right URL it is now saying

authentication required username and password.
Ive changed the permissions but it still doesnt seem to be working.

sorry Im totally new to this so Im not sure what Im doing wrong

Thanks

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: New Html wont load up to website

#11 Post by audiopro » 2014-09-05 15:10

Is the file system Linux or Windows?
If Linux it could be a permissions issue or the standard settings of your server.
Ask your ISP if not sure.
Morecambe - Where the sun goes at night

Saluana
500 Command not understood
Posts: 1
Joined: 2014-09-17 01:53
First name: Brenden
Last name: meynr

Re: New Html wont load up to website

#12 Post by Saluana » 2014-09-17 02:02

I was having the same problem but the cache worked. Thanks for the help.
<Signature removed; target URL violates forum rules>

rikoyudiansyah1
500 Command not understood
Posts: 1
Joined: 2014-09-27 18:36
First name: kampung
Last name: sepatu

Re: New Html wont load up to website

#13 Post by rikoyudiansyah1 » 2014-09-27 18:43

I always fail when uploading files using filezilla to my hosting,
Regard,
Riko

Post Reply