ispCP - Board - Support
[ERLEDIGT]Adminpanel per SSL - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [ERLEDIGT]Adminpanel per SSL (/thread-9601.html)

Pages: 1 2


RE: Adminpanel per SSL - nex89 - 02-14-2010 11:18 AM

Hallo,

da ich mir gestern auch SSL für das Adminpanel eingerichtet habe, kann ich deine Frage leicht beantworten Smile

Du musst in der 00_master.conf folgendes ändern:
Quote: <Directory /var/www/ispcp/gui>
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

Dort musst du "AllowOverride None" in "AllowOverride All" ändern.


Dann erstellst du im Ordner /var/www/ispcp/gui eine .htaccess mit folgendem Inhalt:
Quote:RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [L]


Viel Glück!


RE: Adminpanel per SSL - MartN - 02-14-2010 12:41 PM

also die lösung von nex hat direkt funktioniert.

danke an euch.
+rep


RE: Adminpanel per SSL - ZooL - 02-14-2010 06:33 PM

na dann CLOSE ich mal