• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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