Applicable to:
- Plesk for Linux
Symptoms
-
A website is not accessible with the following error message in a web-browser:
PLESK_INFO: 500 Internal Server Error.
-
The following error message appears on the logs page in Plesk at Domains > example.com > Logs:
CONFIG_TEXT: [core:alert] /var/www/vhosts/example.com/httpdocs/.htaccess: Option FollowSymlinks not allowed here
CONFIG_TEXT: [core:alert] /var/www/vhosts/example.com/httpdocs/.htaccess: Option All not allowed here
Cause
The option Restrict the ability to follow symbolic links is enabled at Domains > example.com > Hosting & DNS > Apache & nginx Settings.
Resolution
-
Go to Domains > example.com > Hosting & DNS > Apache & nginx Settings.
-
Disable the option Restrict the ability to follow symbolic links.
-
Apply the changes.
Note: To manage this option for all domains in Plesk, visit this KB article.
Note: The option can also be adjusted in the .htaccess file. Find the .htaccess file in the httpdocs directory of the domain and change the option
Options All -Indexes
toOptions -Indexes
to remove the error *Option All not allowed here*
Comments
0 comments
Please sign in to leave a comment.