Why are my images not showing up?

There are a few reasons why your images might not display in the web browser. Below is a outline of things that you can try to get this issue resolved.

   1. Check that you have uploaded the images in BINARY mode instead of ASCII
   2. Check your .htaccess file within the /public_html/ folder that there is no code within it that looks like this:

          RewriteEngine On
          RewriteCond %{REQUEST_FILENAME} -f
          RewriteRule \.(gif|jpeg|jpg|png|bmp)$ index.php [QSA,NC]

Above are the main issues that come up from time to time with certain software. We strongly recommend that you rename your .htaccess file before you try any other updates.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I modify the inbox size within cPanel?

When you successfully create mail account in cPanel, the default quota will be assigned to the...

How do I block an IP address using cPanel?

If you want to prevent an IP address or a whole range of IP addresses from accessing your site,...

After suspension, my databases are not working

If you are getting the following message; "Error establishing a database connection", this is a...

Does my hosting account have a file count (inode) limit?

All hosting accounts / providers have some sort of file count limit. The file count limit to...

How do I obtain Raw Access Logs?

Raw Access Logs are logs that are going to give you the most information about your sites...