Posts

Showing posts with the label Virtual Host Apache

Ex Machina (2015) 's Review

Image
From the beginning of this film, which is how humans can't be escaped from the name of Technology. Yes, modern humans today certainly can't be escaped from laptops, smartphones, and other things related to technology. In this film where a boss named Nathan intends to create an interface that can help people make their work easier. We all know if making an interface is not easy. In this case, the computer and its equipment must be designed in accordance with the desired needs and can help humans in their daily work (according to specific tasks given). If we talk about interfaces, it will offend the User Interface. User Interface here is more than what humans can see, touch or hear. The user interface includes concepts, user needs to know computer systems, and must be integrated into the entire system. The user interface isn't enough to just look 'good' but must be able to support tasks done by humans and has made to avoid minor mistakes. In this film, it c...

Pengaturan Server pada Laravel

Image
1. Membuat Virtual Host Apache Selamat ! Jika anda sudah berhasil menginstall laravel pada postingan sebelumnya.  Kalau anda perhatikan, ketika kita menguji hasil instalasi Laravel dengan mengakses URL   http://localhost/belajarlaravel/public/   untuk mendapatkan hompage "Laravel 5", tentu kurang menarik. Pada Laravel, folder public adalah tempat dimulainya semua akses yang berasal dari browser. Secara sederhana boleh dikatakan folder public adalah pintu gerbang aplikasi belajarlaravel. Tentu alamat URL tersebut kurang menarik. Bagaimana agar alamat aplikasi Laravel yang kita buat menjadi lebih singkat dan menarik, misalnya :  http://belajarlaravel.dev . Caranya mudah, ikuti langkah-langkah membuat Virtual Host Apache berikut :  Langkah 1 : Buka file  C:\Windows\System32\drivers\etc\Host  . File host tidak memiliki ekstensi. Buka dengan editor teks notepad++ atau sejenisnya, saya menggunakan editor teks Atom.  Langkah 2: S...