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

How can I turn off PHP error output?

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

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

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

How to fix content encoding error?

If your site shows content encoding error it may be due to GZIP compression.Try to enable or...

Help, I can not install the Joomla components!

This is a known Joomla issue where components cannot be installed through the browser window....