A website hosted in Plesk shows 500 Internal Server Error: Option FollowSymLinks not allowed here

Follow

Comments

9 comments

  • Avatar
    A Sieber

    Solved our problem. Thank you.

    0
    Comment actions Permalink
  • Avatar
    david

    Problem Solved ! Thanks 

    0
    Comment actions Permalink
  • Avatar
    Ernesto

    Solved my problem!

    0
    Comment actions Permalink
  • Avatar
    Richard Anthony Secor

    Changing in service plans does not appear to update all the sites connected to the service plan.

    (Without looking ourselves) is there a CLI that can be used against all sites on the server?

    0
    Comment actions Permalink
  • Avatar
    Deniz Mert

    This button is disabled but I still have the same problem.

    /var/www/vhosts/sitename.com/httpdocs/.htaccess: Options not allowed here

    0
    Comment actions Permalink
  • Avatar
    Kuzma Ivanov (Edited )

    Hi Richard Anthony Secor,

    Thanks for the question!

    We have the following KB article with instructions on how to manage this option for all domains:

     

    We also added a note to the resolution section of this KB article.

    0
    Comment actions Permalink
  • Avatar
    Faris Raouf

    Rather than NOT restricting the following of symlinks, it is better to modify the .htaccess of the site causing the problem:

    For situations where the error is "Option FollowSymlinks not allowed here", look for a line in .htaccess like this:

    Options +FollowSymLinks

    and replace it with:

    Options +SymLinksIfOwnerMatch

    The replacement option allows symlinks to be followed but only where the owner is the same, which is safe, and does not trigger the error 500.

    0
    Comment actions Permalink
  • Avatar
    Jose Ruiz

    Thanks! Problem Solved,

     

    and the other solution? its same?

    0
    Comment actions Permalink
  • Avatar
    eamon

    This is wrong solution which will cause security risk

    change 

    FollowSymLinks   

    to

    SymLinksIfOwnerMatch

    1
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request