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.
  • 158 Users Found This Useful
Was this answer helpful?

Related Articles

403 Forbidden Error

Reasons for the error:1. Incorrect content of the index.php or index.html file, its...

Help, I deleted the files.

Backups are automatically created weekly on the Premium plan and daily on the Business plan. You...

Help, my site has been hacked!

If your account has been hacked, be sure that this is not related to the security of the server....

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...

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...