Submitted by Thao Huynh on June 17, 2014 - 21:09
Some hosting problem with Drupal .htaccess symlinks, default Drupal use "Options +FollowSymLinks", you need change it to "Options +SymLinksIfOwnerMatch" to resolve the issue.
Change .htaccess at root of Drupal folder, files folder and temporary folder to fix them.