No Images showing, Iframe not showing file

Status
Not open for further replies.

zizzi0n

New Member
Messages
8
Reaction score
0
Points
0
No Images are showing, directories are correct as they work on my computer,

Same with the Iframe, link is correct but in the frame it shows a 404 Error, not sure what to do

Help would be appreciated thanks.

http://physeducation.x10hosting.com is the site
 
Last edited:

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
If it's a 404 error you would need to change the urls or where the file is located. Setting it up on your pc and then setting it up on a website are different. You will need to modify the files to suit the websites file locations.
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
How did you upload the files? In a folder or directly to the Public_html folder on the website?
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
I would suggest removing the files and ftp them to your "public_html" folder. When i click to view image of an image that isn't showing it gives me a 404. That tells me it can not find the file. I looked at the code from your index.htm and it should work.
 

zizzi0n

New Member
Messages
8
Reaction score
0
Points
0
Deleted and reuploaded straight into the public_html folder and it still doesnt work :(
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Your site shows no files.
One thing that maybe causing your issue is our servers are case sensitive in the file names, so if your iframe calls "myfile.html" and your windows machine kindly named it "Myfile.html" the webserver will tell you the file does not exist.

As you have no files in your public_html folder I cant help you even guess why any more than that.
 

zizzi0n

New Member
Messages
8
Reaction score
0
Points
0
No files in the public_html folder :/ but i uploaded to it and it showed they were present :/
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
They need to be uploaded to the "public_html" folder like i mentioned earlier. Once they are there they will mirror the files to the "www" folder.
 

zizzi0n

New Member
Messages
8
Reaction score
0
Points
0
I re-uploaded them straight into the public html folder, now what shall i do?
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
Do you have any of the code commented out? It acts like it isn't seeing the "CSS" for the site.
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
As I suggested your problem is casing.

Your links say "pages/xxxxx" when the folder you have is "Pages/xxxx"
Your image links say "images/xxxx" when the folder you have is "Images/xxxx" ..

Once you fix the casing that it should all work
 

zizzi0n

New Member
Messages
8
Reaction score
0
Points
0
Fixed

Brilliant thanks, great support btw guys :)
 
Last edited:
Status
Not open for further replies.
Top