|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to disable secure comm on certain pages?
for example,
i want only the payment.asp to be https, all other pages on the website cannot be accessed via https. the reason is that i have to put some external, non-secure images on my website, and a warning will popup, as attached. |
|
#2
|
|||
|
|||
|
i think there must be someone who met the same problem. please help. thanks.
|
|
#3
|
|||
|
|||
|
Why not just link to the other pages using "http://" instead of "https://"?
Code:
<a href="http://www.domainname.com/filename.html">Displayed text or image</a> |
|
#4
|
|||
|
|||
|
we use an external payment gateway, the returned link was automatically set to https.
assigning all the pages on my website to absolute http paths is not a good idea. |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > How to disable secure comm on certain pages? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|