Install Ngrok on Windows

In this article, we are going to install Ngrok on Windows. This method will help you expose your local website, it could be for debugging or testing a callback or webhook URL. Or you want to expose your local web server to present to a client. You can know more about it from the URL https://www.ngrok.com. … Read more

How to enable IIS on Windows 10

Enable IIS on windows

What Is IIS? IIS is a Web Server software created by Microsoft, which is designed for hosting websites.  It can be used in a standard Html page and dynamic pages like PHP pages and ASP.NET applications. To dig deeper into IIS’s definition and history, you can refer to Wikipedia.org for full details. To enable IIS … Read more

Install and Configure Apache on Windows

Install and configure apache on windows

In this article, we are going to discuss how we can install and configure Apache on Windows. Apache is the most widely used web server software. Although we can use Xamp or Wamp which is already a package that contains Apache HTTP Server and database that you need on your Web Development. For me, it … Read more