CLICK HERE FOR FREE BLOGGER TEMPLATES, LINK BUTTONS AND MORE! »

Selasa, 17 September 2013

Install PHP Pada Windows

Proses instalasi PHP pada Windows merupakan hal yang cukup sederhana. Sebelum melakukan proses intalasi PHP, Anda harus memiliki sebuah server web yang berjalan pada sistem terlebih dahulu.
Download software Apache terlebih daulu di http://httpd.apache.org/download.cgi. Misal, httpd-2.2.25-win32-x86-no_ssl
Download software PHP di http://windows.php.net/download/. Misal, php-5.3.27-Win32-VC9-x86
Buat folder bernama PHP untuk menginstal PHP di direktori C: (“C:/PHP”)
 Copy folder download .zip ke file folder PHP yang telah dibuat.
Klik kanan file download -> klik Extract here
Pada file php.ini-development -> klik Copy -> paste pada folder PHP.

 Ubah file copyan tersebut menjadi php.ini

Pergi ke All Programs - > Apache HTTP Server 2.2 - > Configure Apache Server - > Edit Apache  ttpd.conf File Konfigurasi.
 Cari "LoadModule" (Tips : Gunakan fitur Find “Ctrl – F”). Tambahkan teks LoadModule php5_module " c :/ PHP/php5apache2_2.dll "

 Jika telah memilih untuk menginstal PHP di folder yang berbeda di C:\PHP, ubah jalan sesuai baris di atas
Cari "AddType" dan masukkan AddType application/x-httpd-php.php
 Pastikan menaruh ini sebelum baris < / IfModule >.
Di akhir file httpd.conf dan tambahkan PHPIniDir " C :/ PHP "
 Buat folder untuk file websites di direktori C:/.
Cari DocumentRoot " C :/ Apache / htdocs " di file konfigurasi Apache dan mengubahnya ke DocumentRoot " C :/ website "

 Ubah <Directory "C:/Apache/htdocs"> menjadi  <Directory untuk "C:/websites">


 Simpan file konfigurasi Apache -> klik File ->klik Save
Edit file php.ini
 error_reporting = E_ALL | E_STRICT
 Ubah ke error_reporting = E_ALL & ~ E_NOTICE
 Pastikan display_errors Aktif  display_errors = On
 Di bawah ; Extension_dir = " ext " ketik extension_dir = C : \ PHP \ ext
 Save file -> restart  komputer dan lakukan pengujian dengan buat folder baru dengan nama websites di direktori C: (C:/websites)
Buka jendela notepad baru dan ketik :
< php
phpinfo ( ) ;
? >
Lalu klik file -> save as, simpan di direktori C:/websites
Buka browser yang ada, lalu ketik http://localhost/phpinfo.php
Maka akan munul tampilan
PHP berhasil diinstal
Selamat mencoba.

Tidak ada komentar:

Posting Komentar