|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to SSL with PHP?
wanted to know exactly how this work ?
![]() do i need to change something in the code of the PHP files, of something in the files i upload to the server... ? or if i have a dir which is SSL enable, all files i upload to that dir are secured... ? and, what about mysql ? thanks , Dekel |
|
#2
|
||||
|
||||
|
SSL is not something you implement via PHP. It is a secure protocol, by which data transfers over HTTP are encrypted.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#3
|
|||
|
|||
|
so... just tell me if i'm right...
all i need us to put the files i want to secure in the secured dir? (that the sys-admin should tell me what dir is it ?) |
|
#4
|
|||
|
|||
|
You might want to look into using .htaccess & .htpasswd
files in folder you want to protect. Bob |
|
#5
|
||||
|
||||
|
Moved to the Beginners forum from PHP
|
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > how to SSL with PHP? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|