Entah lah, den tak faham sangat cakap orang puteh nie... Tapi macam ni lah yang den buat.
The following .htaccess settings worked for me. The following part in public .htaccess should match the files directory .htaccess.
public htaccess:
# Follow symbolic links in this directory.
Options +SymLinksIfOwnerMatch
files directory htaccess:
old settings:
Options +FollowSymLinks
replaced with:
Options +SymLinksIfOwnerMatch
After updating to the new drupal version 7.34 images won't appear, because new drupal update had a little different from the old one.
After updating to the above settings my images are shown now. Hope this help.
Sumber:
https://www.drupal.org/node/2144607
Sumber: https://www.drupal.org/node/2144607