• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Issue Horde outside of Plesk (= own installation) redirects

hjmaier

New Pleskian
Dear all,

I just installed an own version of HORDE (I wanted all modules and updates directly from the project).

My setup:

Plesk Onyx 17.5.3
CentOs 7

The installation is under /use/share/horde

I created a subdomain for the new horde installation. I am running PHP 7.1 as PHP-FPM

I have this as additional instructions for Apache:

===
Options +FollowSymLinks
<Directory /usr/share/horde>
Require all granted
</Directory>
DirectoryIndex index.php
Alias /horde /usr/share/horde/index.php
RewriteEngine On
RewriteRule ^/horde /usr/share/horde [L,QSA]
==

When I access my site with "my.site/horde", I get now an error with too many redirects. It looks like this:

https://my.site/horde/index.html/index.html/index.html[...] and so forth.

The same happens when I change the Alias to "Alias /horde /user/share/horde/"

When I delete the "Options +FollowSymLinks" the index.php will be downloaded without being executed.

Any idea how to solve that?
 
Last edited:
I think you need to pull FollowSymLinks, and then define a PHP handler to keep it from downloading.....

Look at a config file for a domain's webmail..... should point you in the correct direction.
 
Back
Top