Setting Php On Iis

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Setting Php On Iis as PDF for free.

More details

  • Words: 230
  • Pages: 2
php ============================================= 1. extract file php-4.3.4-win32.zip ke c:\php 2. copy php4isapi.dll dari c:\php\sapi ke c:\php 3. copy php.ini-recommended dari c:\php ke c:\windows rename jadi php.ini 4. edit php.ini edit error_reporting = e_all, jadi error_reporting = e_all & ~e_warning & ~e_notice edit extension_dir = "./" jadi extension_dir = "c:\php\extensions" unremark extension=php_pdf.dll 5. buka iis admin klik kanan -> properties di web sites, add isapi filter filter name: php, executable: browse ke c:\php\php4isapi.dll klik tombol ok dua kali 6. klik kanan -> default web site ke tab home directory klik tombol configuration klik tombol add executable: browse ke c:\php\php4isapi.dll extension: .php klik tombol ok dua kali ke tab document klik tombol add default document name: index.php klik tombol ok dua kali 7. restart iis mysql =================================================== enter password: ******* welcome to the mysql monitor. commands end with ; or \g. your mysql connection id is 3 to server version: 5.0.19-nt type 'help;' or '\h' for help. type '\c' to clear the buffer. mysql> use mysql database changed mysql> insert into user (user,host,password, ssl_cipher, x509_issuer, x509_subje ct) values('arif','localhost',old_password('rahasia'), '', '', ''); query ok, 1 row affected (0.01 sec) mysql> flush privileges; query ok, 0 rows affected (0.00 sec) mysql> grant all privileges on *.* to 'arif'@'localhost'; query ok, 0 rows affected (0.05 sec) mysql> flush privileges; query ok, 0 rows affected (0.00 sec) mysql>

myadmin ========================================== copy .inc.php dari lib ke folder phpmyadmin

Related Documents

Setting Php On Iis
November 2019 10
Setting Up Php
July 2020 3
Iis
October 2019 36
Iis
June 2020 17
Iis
June 2020 19