Rabu, 26 September 2012

Mengubah alamat / URL "localhost" pada XAMPP dengan "nama"

Langsung saja, Berikut adalah cara-cara yang saya peroleh dari googling untuk mengubah alamat localhost pada xampp. Cekidot...

Langkah pertama,
Buka file hosts yang ada pada direktori C:\WINDOWS\system32\drivers\etc dengan notepad.

Nah... isi dari file host tersebut kurang lebih seperti ini :
# Copyright (c) 1993-2004 Microsoft Corp.
#
# AutoGenerated by Microsoft (R) Malware Protection Engine.
# 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
::1             localhost
Langkah kedua,
Setelah file hosts di buka, anda harus menambahkan alamat domain yang nantinya akan anda gunakan sebagai alamat virtual host folder website anda.
Untuk menambahkan alamat domain baru anda, tambahkan teks 127.0.0.1 nama_website.com lalu letakan di bawah teks 127.0.0.1 localhost.
Contoh 
# 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

#tambahkan alamat disini :

127.0.0.1       XYZ.com
Setelah melakukan dua langkah diatas, sekarang saatnya mengedit settingan pada server XAMPP. Berikut langkah-langkahnya :

Pertama,
Buka file httpd-vhosts.conf yang ada pada direktori d:\slm\xampp\apache\conf\extra. (alamat ini tergantung pada saat instalasi xampp) dengan notepad.
Selanjutnya, tambahkan teks berikut :


ServerAdmin admin@XYZ.com

DocumentRoot /xampp/htdocs/XYZ

ServerName XYZ.com

ServerAlias XYZ.com


Jika sudah, berarti proses penambahan alamat domain pada server local selesai di lakukan.
Langkah terakhir, adalah mereset service APACHE pada windows XP dengan cara, masuk ke Control Panel –> Administrative Tools –> Services –> cari “services Apache” –> Click Kanan lalu click Restart

^_^ SELESAI ^_^
SELAMAT MENCOBA

Tidak ada komentar:

Posting Komentar