Page SSL üzerinden indirilen yerine işlenir

0 Cevap php

Benim çıkış sayfası Bluehost SSL sertifikası ile benim sitede güvenli ve oldukça sık sayfa indirilen yerine işlenecek.

Ben ssl kullanırken ben onsuz sayfa yüklendiğinde cezası site çalıştırmak Bu sadece olur.

Ben bunu önlemek için yapabileceğimiz bir şey var mı, ben yerleştirerek denedim

<?php header("Content-type: text/html"); ?>

Sayfanın üst ama bu sorunu çözmüyor. Burada sorun oluştuğunda indirilen dosya başlıkları bir örnektir:

     HTTP/1.1 200 OK
Date: Sun, 12 Dec 2010 23:42:18 GMT
Server: Apache
X-Powered-By: PHP/5.2.14
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Encoding: gzip
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html

Doğru yüklediğinde burada başlıklarının bir örnek:

HTTP/1.1 200 OK
Date: Mon, 13 Dec 2010 03:04:08 GMT
Server: Apache
X-Powered-By: PHP/5.2.14
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Encoding: gzip
Vary: Accept-Encoding
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html

0 Cevap