0
The server does not read/display PNG files but it normally shows JPG files. Example:
- host.net/new/Assets/img/file.png (appears in browser)
- host.net/new/admin/Assets/img/file.png (NOT shown in browser)
In this case, I am using Codeigniter in admin.
You have a folder
admin
with the same path that accesses the image equal to the previous link??– user21846
Yes, I do! Because?
– Michel Souza