Free Cloud Hosting

Cloudways adalah perusahaan hosting platform cloud yang menawarkan pilihan hosting aplikasi yang mudah digunakan agar Anda bisa berfokus pada pengembangan aplikasi dan bisnis web sambil fokus pada bagian hosting. Mereka mengklaim menawarkan toko serbaada untuk semua kebutuhan hosting aplikasi sambil fokus pada kesederhanaan dan kemudahan penggunaannya. Mereka telah bekerja sama dengan sejumlah perusahaan dalam menampung aplikasi dan memiliki beragam klien dari seluruh dunia.

Di Cloudways kita tinggal milih mau pake vendor server mana; AWS, Vultr, Amazon, Google, Kyup atau DigitalOcean,Linode, Selanjutnya, untuk setup CMS seperti WordPress, Magento, Drupal dan Joomla, Laravel bisa kita eksekusi di platform Cloudways yang menurut saya sangat user firendly.

Alternatif selain .dev untuk developer dengan Chrome

Starting this year, Google Chrome is rolling out v63 that now forces all .dev domains to use HTTPS. There is no workaround and they are apparently not changing this.

many articles recommends you use one of the following: “.localhost”, “.invalid”, “.test”, or “.example”.

If all this sounds like too much trouble another viable option is to switch to Firefox as your development browser. It’s fast, has comfortable dev tools, and has really made a ton of improvements over the past few years.

Kenapa XAMPP, service XAMPP dan Apache tidak berjalan di windows 7

Kenapa XAMPP, service XAMPP dan Apache tidak berjalan di windows 7. Karena port 80 dan ssl 443 sudah digunakan.

Sebelumnya, download dan install dulu XAMPP disini.

Jika sudah, masuk ke folder C:\xampp\apache\conf\httpd.conf, bukalah file httpd.conf ini menggunakan notepad, setelah itu cari kode Listen 80, lalu ubah menjadi Listen 85 atau berapa saja yang penting port itu tidak terpakai.

Setelah itu, cari kode ServerName localhost: 80, lalu ubah menjadi ServerName localhost: 85.

Kemudian, masuk ke folder C:\xampp\apache\conf\extra\httpd-ssl.conf, file httpd-ssl.conf dengan notepad, Cari kode Listen 443, kemudian ubah menjadi Listen 4433. Setalah itu, cari kode VirtualHost _default: 443, kemudian ubah menjado VirtualHost _default: 4433.

Cari kode ServerName localhost: 443, kemudian ubah menjadi ServerName localhost: 4433.

xampp siap jalan di windows 7.