Current time: 09-28-2024, 04:31 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]Adminpanel per SSL
Author Message
nex89 Offline
Junior Member
*

Posts: 30
Joined: Feb 2010
Reputation: 1
Post: #11
RE: Adminpanel per SSL
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!
(This post was last modified: 02-14-2010 11:20 AM by nex89.)
02-14-2010 11:18 AM
Find all posts by this user
MartN Offline
Junior Member
*

Posts: 82
Joined: Jan 2010
Reputation: 0
Post: #12
RE: Adminpanel per SSL
also die lösung von nex hat direkt funktioniert.

danke an euch.
+rep
02-14-2010 12:41 PM
Find all posts by this user
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #13
RE: Adminpanel per SSL
na dann CLOSE ich mal
02-14-2010 06:33 PM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)