Thread subject: Explore Your Brain :: Tanya Membuat Website Dalam Lan

Posted by C4t_S33 on 29-07-2010 14:12
#1

Mohon Pencerahan...
saya ingin membuat sebuah website tapi hanya untuk di dalam Local Network dan tidak terhubung ke internet..
tapi saya tidak tau program dan cara membuatnya mohon pencerahannya iah

Setidaknya saya bisa mengetahui program apa saja yang saya butuhkan untuk membangun website tersebut..

Mohon Bantuannya...

Posted by EVA-00 on 29-07-2010 14:51
#2

gw kasih contoh simple bro.

IP : 192.168.0.1 lu instal xampp di komputer

IP : 192.168.0.2 coba buka browser (IE, Mozilla, etc) trus akses ke (http://192.168.0.1) harusnya elu bakalan liat tampilan xampp disitu.

kalo elu ga bisa buat web ya belajar lah. banyak buku maupun ebook tentang pemgroraman PHP.

semoga membantu.

Posted by C4t_S33 on 29-07-2010 15:08
#3

@kk EVA-00

Makasih kk atas bantuannya berkat clue yang kk kasih aku dapat tutornya.....

Posted by alpheen on 31-07-2010 13:23
#4

nambah,

biar gak panjang-panjang ngetik 192.168.0.1 di komputer pengakses, ganti aja file hosts komputer pengaksesnya~

caranya:

1. buka C:\WINDOWS\system32\drivers\etc
2. buka notepad
3. drag file hosts [filenya tanpa ekstensi]

trus ganti dari
Code

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost




ke
Code

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
192.168.0.1         www.situsgue.com




4. kemudian save

nb: kalo salah mohon dibetulin, soalnya blom nyoba[ketika comment ini ditulis]~ :D

Edited by alpheen on 31-07-2010 13:25