Hi all,
I've updated our shop to Magento version 1.9.2.4, and the images stopped work. I tried fresh install if it wasn't caused by
the update proccess and found that the problem persists.
The cause of the problem is .httaccess in media folder, to be exact these lines:
Options All -Indexes
<IfModule mod_php5.c>
php_flag engine 0
</IfModule>
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI
My hosting doesn't allow these directives. Any problem that I could have by deleting these ?
Thanks in advance.