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 setting Restrict the ability to follow symbolic links is enabled at Domains > example.com > Hosting & DNS > Apache & nginx Settings.
Resolution
- Log in to Plesk.
- Go to Domains > example.com > Hosting & DNS > Apache & nginx Settings.
- Disable the setting Restrict the ability to follow symbolic links.
-
Apply the changes.
Note: To manage this setting for all domains in Plesk, visit this KB article.
Note: The setting can also be adjusted via domain's .htaccess file. Open the .htaccess file in domain's document root directory and change the setting
Options All -IndexestoOptions -Indexesto remove the error "Option All not allowed here".
Comments
Please sign in to leave a comment.