Jump to content
xt:Commerce Community Forum

SSL-Verschlüsselung


tonkelz

Recommended Posts

Also:

Wenn ich dies hier ändere:

// set the type of request (secure or not)

$request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

ändern zu

// set the type of request (secure or not)

$request_type = ($_SERVER['HTTP_X_FORWARDED_HOST'] == 'ssl-account.com') ? 'SSL' : 'NONSSL';

Wird mein ganzes Layout nicht richtig angezeigt.

So wie oben gesagt:

http://www.mein-neues-iphone.de/imag...eenHunter1.jpg

Nehme ich die Änderung zurück, werden die extern verlinkten Bilder nicht angezeigt.

Wie kann ich das dann ändern?

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...