Tine 2.0 mit I-MSCP

  • Hallo zusammen,


    ich muss leider noch einmal auf Euch zukommen, da ich derzeit ein Problem bei der Implementierung von Tine 2.0 unter I-MSCP 1.1.5 habe. Soweit funktioniert alles - Ich kann Mails über das Webinterface abrufen und verschicken. Lediglich folgenden Link kann ich nicht aufrufen "http://MeineDomain/Microsoft-Server-ActiveSync". Sofern ich auf diese Seite gehe, erhalte ich einen Error 500 (500 Internal Server Error).


    Code
    1. [Mon Apr 07 07:53:34 2014] [error] [client XX.XX.XX.XX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
    2. [Mon Apr 07 07:53:34 2014] [error] [client XX.XX.XX.XX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
    3. [Mon Apr 07 07:59:20 2014] [error] [client XX.XX.XX.XX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
    4. [Mon Apr 07 07:59:20 2014] [error] [client XX.XX.XX.XX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
    5. [Mon Apr 07 08:16:01 2014] [error] [client XX.XX.XX.XX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
    6. [Mon Apr 07 08:16:01 2014] [error] [client XX.XX.XX.XX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.


    Laut Google soll es ein Problem mit der .htaccess sein - Diese hingegen habe ich 1:1 aus dem HowTo kopiert. Generell habe ich alles nach Anleitung gemacht. Jemand eine Idee was das sein kann?


    Gruß Kuhlma

  • Hi Kuhlma,
    hast du deine Einträge in der .htaccess im htdocs Verzeichnis eingetragen oder hast du eine .htaccess im tine Verzeichnis erstellt?

  • Dann füge bitte mal in der .htaccess im htdocs Verzeichnis folgendes hinzu:

    Code
    1. RewriteEngine on
    2. RewriteRule ^Microsoft-Server-ActiveSync /var/www/virtual/yourdomain/htdocs/tine/index.php?frontend=activesync [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]


    yourdomain natürlich anpassen. ;)

  • Hast du was in

    Code
    1. /etc/apache2/imscp/yourdomain.conf

    eingetragen?

  • Ja, dort habe ich folgendes eingepflegt:



    Ein Reload bzw. ein Reboot habe ich ebenfalls danach gemacht. Daran kann es schon einmal nicht liegen

  • kommentier das mal bitte aus...dann apache reload bzw. restart.. und teste dann noch mal.

  • Hi,


    habe ich nun gemacht. Der Internal Server Error ist nun weg. Die URL "http://MeineDomain.de/Microsoft-Server-ActiveSync" leitet nun auf mein Wordpress weiter und sagt, dass die Seite nicht gefunden wurde.


    Code
    1. Not Found
    2. Apologies, but the page you requested could not be found. Perhaps searching will help.
  • Du hast aber ActiveSync in Tine aktiviert?