1. Klik WAMP Manager TrayIcon Anda > Config File > httpd.conf
2. Akan muncul "http.conf" yang dibuka dalam notepad, berikut ini. :
Cari pada bagian :
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Satisfy all
</Directory>
dan juga pada bagian :
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
Hapus sekrip :
Order Deny,Allow
Deny from all
dan
Deny from all
Allow from 127.0.0.1
Sehingga menjadi :
<Directory />
Options Follow
SymLinks Allow
Override None
Satisfy all
</Directory>
dan
# onlineoffline tag - don't remove
Order Deny,Allow
</Directory>
3. Selanjutnya Restart Apache Anda :
4. Jalankan Browser di komputer lain lalu Ketikkan IP Komputer yang ada wamp servernya lalu enter. jika berhasil tampilannya akan seperti berikut ini :
6. Selesai,
2 comments
Awesome work.Just wanted to drop a comment and say I am new to your blog and really like what I am reading.Thanks for the share
Nice post, things explained in details. Thank You.
EmoticonEmoticon