Images at cpanel not Displaying

Hi…
I am a Beginner level html learner and i started uploading a website inside the server through cpanel.
I built it offline and the whole thing worked fine and when i uploaded my website at file manager of cpanel,the images are not showing.

I checked the Hotlink protection,and the image path,file name and all are fine. is there that i could able to see the display.

It’s hard to diagnose a problem with such little information.
Do you have a link to the site so we can have a look?

When you say you checked the file names, did you also check that the image files and your HTML use the same capitalisation? On a Linux system, Picture.jpg and picture.jpg are not the same thing.

Other than giving a link to your site, perhaps give an example of a link. If it references your C drive, for example, then the problem is obvious.

Hello…thank you so much everyone for replying…

the link to the website is www.vpsengineering.com

i have used a single image for the whole website and the image path has been specified at custom.css
I have attached an image for Reference how my website looks like.

thank you
Hope these information are sufficient for the requirement.

Your paths should be relative to the site root, that is the public_html folder.
So try changing the background url from

http://www.vpsengineering.com/home/vpsengineering/public_html/background.png

to just

background.png

An absolute path would look like this if you want an absolute path

http://www.vpsengineering.com/background.png

Some other files are coming up 404 too.

Thank you so much…and now it looks fine…thank you so much for the help…:smiley:

1 Like

yes need to check for the other 404 files too…

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.