cnetworkx Posted February 7, 2005 Report Share Posted February 7, 2005 Hy, kann man im Admin Interface irgendwo SSL aktivieren?? ich hab von meinem Provider (Domainfactory) diesen SSL Pfad erhalten: https://sslsites.de/domain !! kann mir jemand helfen?? hab leider nix gefunden ! Danke Tom Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 7, 2005 Report Share Posted February 7, 2005 die beiden configure.php's ?ffnen und dort jeweils die beiden zeilen define('HTTPS_CATALOG_SERVER', 'https://domain.de); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module anpassen, also deinen ssl-pfad eintragen ( https://sslsites.de/domain ) und statt false eben true bei enable_ssl_catalog. Link to comment Share on other sites More sharing options...
cnetworkx Posted February 7, 2005 Author Report Share Posted February 7, 2005 Danke Tom Link to comment Share on other sites More sharing options...
cnetworkx Posted February 7, 2005 Author Report Share Posted February 7, 2005 .....ahhem aber wenn ich die beiden datein bearbeite und speichere, werden die eingaben wieder vom shop ?berschrieben ?? warum?? help Link to comment Share on other sites More sharing options...
hwlp Posted February 7, 2005 Report Share Posted February 7, 2005 Originally posted by cnetworkx@Feb 7 2005, 20:16 PM .....ahhem aber wenn ich die beiden datein bearbeite und speichere, werden die eingaben wieder vom shop ?berschrieben ?? warum?? help d?rfte eigentlich nicht sein. hast du auch die zugriffsrechte "vor" den ?nderungen ge?ndert? Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 7, 2005 Report Share Posted February 7, 2005 hehe chmod vor und nach dem ?ndern nicht vergessen Link to comment Share on other sites More sharing options...
cnetworkx Posted February 8, 2005 Author Report Share Posted February 8, 2005 peinlich:-) das ist es gewesen :-) Danke nochmal Tom Link to comment Share on other sites More sharing options...
cnetworkx Posted February 8, 2005 Author Report Share Posted February 8, 2005 Hallo nochmal.... jetzt noch ne kleine Frage: warum wird das kleine schloss im browser unten nicht angezeigt. Es wird zwar auf ssl umgeschalten aber das schloss wird nicht angezeigt... gibts hier auch eine l?sung?? Danke Tom Link to comment Share on other sites More sharing options...
cnetworkx Posted February 8, 2005 Author Report Share Posted February 8, 2005 HABS GEFUNDEN...Fehler wie folgt behoben nach Zeile: // set the type of request (secure or not) code durch QUOTE $ssl_hv_var = $_SERVER['HTTP_X_FORWARDED_HOST']; if ($ssl_hv_var != 'sslsites.de') { $request_type = 'NONSSL'; } else { $request_type = 'SSL'; } ersetzen !! Dann funzts Link to comment Share on other sites More sharing options...
RDS Posted February 12, 2005 Report Share Posted February 12, 2005 Originally posted by cnetworkx@Feb 8 2005, 13:54 PM HABS GEFUNDEN...Fehler wie folgt behoben nach Zeile: // set the type of request (secure or not) code durch QUOTE $ssl_hv_var = $_SERVER['HTTP_X_FORWARDED_HOST']; if ($ssl_hv_var != 'sslsites.de') { $request_type = 'NONSSL'; } else { $request_type = 'SSL'; } ersetzen !! Dann funzts Und damit man auch im Admin wieder reinkommt nimmt man diese Version,die alle Admins und kunden begl?ckt: Richtige Version! In includes/application_top.php if ( (getenv('HTTPS') == 'on') || (getenv('HTTPS') == '1') ) $request_type = 'NONSSL'; else $request_type = 'SSL'; J?rgen Link to comment Share on other sites More sharing options...
schlang Posted July 18, 2005 Report Share Posted July 18, 2005 andersrum Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.