hosting

Fix Drupal .htaccess symlinks problem

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.