Product images not showing in magento Site.

Go to this File : media/.htaccess

Find this code and replace it

Code:

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

With

Code:

#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

Note: If you Find my Post useful please click on the Thanks Icon

This question is now closed

Written By

Comments