• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Joomla App package needs update in .htaccess file configuration

Bitpalast

Plesk addicted!
Plesk Guru
TITLE:
Joomla App package needs update in .htaccess file configuration
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
17.0, 17.5, CentOS 7.3, 64-Bit
PROBLEM DESCRIPTION:
The default installation of Joomla from the app repository creates an .htaccess file that includes the
Options +FollowSymLinks
line. However, if the "don't follow symbolic links" checkbox in the subscription settings is activated, this causes a 500 internal error
"Option FollowSymlinks not allowed here"

The problem is that customers only see the 500 internal server error, but they do not know where to look for the reason, nor do they understand what to change.

My suggestion is to replace the line
Options +FollowSymLinks
by the line
Options +SymLinksIfOwnerMatch
by default in the Joomla installation package's .htaccess file. This change will work for all users: The users that do not use "don't follow symbolic links" and the ones that do.

This might be something that should be forwarded to Joomla developers, depending on who is responsible for the app respository package content. However, it could also be a good thing to add a feature in Plesk that replaces all "Options +FollowSymLinks" lines with "Options +SymLinksIfOwnerMatch" automatically regardless of what comes from a package after the package installation automatically if in a subscription the "don't follow symbolic links" is checked.​
STEPS TO REPRODUCE:
Activate "Don't follow symbolic links" checkbox in a subscription. Then install Joomla from app repository and try to open the website aftwards.​
ACTUAL RESULT:
Internal server error.​
EXPECTED RESULT:
Joomla default page output.​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 
Back
Top