• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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