Images are not showing on my site

Please make sure the images are uploaded to the server. Check that the HTML paths are correct. Also, do not forget that file names are case sensitive and if you specified "image.jpg" in the code, and uploaded an image named "image.JPG" or "Image.jpg", then the image will not be displayed on the site.
  • 115 Users Found This Useful
Was this answer helpful?

Related Articles

I am getting Internal Server Error (500)

This error is generalized when there is a problem the server cannot process a request to the site...

PHP Fatal error: Cannot redeclare

If you see PHP Fatal error: Cannot redeclare function it means that there is a problem in your...

Got an error about an outdated MySQL version?

When connecting the site to the database, an error occurred telling us that the MySQL version is...

I am getting access error when importing database via phpMyAdmin

If an access error is displayed when you try to import a MySQL database backup via phpMyAdmin, it...

I can see the old site content after uploading new files

Most likely, your browser keeps old copies in the cache for fast loading of your site. You need...