I\'m getting below error when uploading a new product image for my Magento shop.
Resource interpreted as image but transferred with MIME type text/html
For magento2 Users
If you have modified this file app/etc/di.xml with following
- Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
make sure the path string is Case Sensitive (CaseSensitive for non Windows OS)
If you are facing 404 errors after magento2 Install in Ubuntu.
Install and Enable rewrite module
a2enmod rewrite
Then Edit
/etc/apache2/sites-available/000-default.conf
Add following lines at the End
AllowOverride All