You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using roundcube on an uberspace account.
Whenever I do an update, I get a mail (and a 500) that the .htaccess contains an invalid option called "FollowSymLinks".
By replacing:
Options +FollowSymLinks
with:
Options +SymLinksIfOwnerMatch
everything is working again.
I know that SymLinksIfOwnerMatch can have a performance impact but it is a more secure option.
The text was updated successfully, but these errors were encountered:
I am using roundcube on an uberspace account.
Whenever I do an update, I get a mail (and a 500) that the .htaccess contains an invalid option called "FollowSymLinks".
By replacing:
with:
everything is working again.
I know that SymLinksIfOwnerMatch can have a performance impact but it is a more secure option.
The text was updated successfully, but these errors were encountered: