Senin, 30 September 2013

PHP Indonesia - Facebook: gan ane bikin virtual host di Xampp for windows ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Shop Adidas

Run better, look better, feel better with running gear favorites at Adidas. Find select styles up to 40% off today.
From our sponsors
gan ane bikin virtual host di Xampp for windows ...
Oct 1st 2013, 04:52, by Isan Sandra Fauzi

Isan Sandra Fauzi 4:52am Oct 1
gan ane bikin virtual host di Xampp for windows

seperti ini
di file host C:\WINDOWS\system32\drivers\etc\host udah ditambahin

127.0.0.1 belajar-htaccess.net.id

trus di C:\xampp\apache\conf\extra\httpd-vhosts.conf.bak

<VirtualHost *:80>
ServerAlias belajar-htaccess.net.id
DocumentRoot "D:/CI/belajar_htaccess/"
ServerName belajar-htaccess.net.id
<Directory "D:/CI/belajar_htaccess/">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog "logs/meatpro.log"
CustomLog "logs/meatpro.log" combined
LogLevel error
</VirtualHost>

pas ane akses http://belajar-htaccess.net.id/ ko malah langsung redirect ke http://belajar-htaccess.net.id/xampp/ knpa ya gan ada yang tau?

Vinsensius Angelo 4:53am Oct 1
di c:/windows/system32/driver/etc/host => buat dulu nama servernya gan

Vinsensius Angelo 4:54am Oct 1
trus restart pc / log off, baru log in lagi.

Widnyana Putra 4:56am Oct 1
Pertama, filenya bukan host, tapi hosts . perhatikan, ada _s_ nya
Kedua, file conf vhostnya bukan yang itu deh sepertinya. vhost.conf aja, ga pakai .bak :)

semoga membantu

Heru Cmy 4:57am Oct 1
udah coba restart apachenya bang?

Ndunks Ryuzaki Amae 4:58am Oct 1
di httpd.conf ditambah akses direktorinya,, biar nggan akses denied contoh:
<Directory "D:\Master\OS">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
---------------------------------
trus di host windowsnya juga di tambah alamatnya
127.0.0.1 contoh-virtual.localhost

Ndunks Ryuzaki Amae 4:59am Oct 1
restart Apachenya,, di Stop -> Start

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar