Website URL
walkscape.rf.gd
Error Message
When loading the website, only certain images will load. For example, after unploading 5 images, only 3 of those images will load on the site. The other two will just show a blank box. (This is happening on the Locations page)
Other Information
I have tried clearing my cache and history, and also tried on two other devices and the same exact images will not load on those either.
I only sees a bunch of 404s for the images. Make sure to upload them correctly:
While working on your website, you may be redirected to the InfinityFree 404 error page . This article explains why this typically happens and what you can do to fix this.
Why do I get a 404 error
When you try to access a file on a website, the server tries to find the matching file to load. By default, it works like this.
Suppose you have a website http://example.com which is linked to the folder htdocs in your hosting account. If you then try to load a certain URL, like http://example.com/blo…
It’s also possible that the images got deleted:
Sometimes, when you upload a file, the upload is completed but the file is deleted immediately afterwards. This is usually caused by one of the following issues:
The file is not in a htdocs folder
All websites files must be uploaded to either the main htdocs folder, or to the domain specific htdocs folder (like example.com/htdocs).
You cannot upload files to other directories on your account. If you try to create or upload files anywhere else, they will be deleted automatically.
The file type…
4 Likes
KangJL
March 10, 2024, 1:16am
3
You have mixed content issue.
Please correct your code to use https
5 Likes
also in your locations.html page I see a mistake with the single and double quotes like this one for example has a single quote after the double quote in the height attribute
<a href='https://walkscape.rf.gd/regions.png'><img src='http://walkscape.rf.gd/regionsthumb.png' border='0' width="275" height="175"'/></a>
3 Likes
KangJL
March 10, 2024, 1:23am
5
Take note icons
is a reserved word on free hosting.
Please rename it to some other folder name
icons seems to be a reserved folder name; use another name for your folder and update your links, and your images should work.
You can verify this by taking a look at my test website’s icons folder which is identical to yours: https://do.epizy.com/icons/
5 Likes
Thank you for all the fast replies!
I’m very new to html and making websites, should i go back through every single line of code and change http to https?
system
Closed
March 17, 2024, 1:26am
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.