TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

Web Server

How to Start Wamp Server Automatically in Windows 10

Running Wampserver every time you turn on your computer becomes a little painful. Also, if you are developing an app for clients, you don't want your client to run Wampserver every time they run the application. So, the solution is to run…

How to Change Localhost to Domain Name In Windows 10

Here is how to change localhost to domain name in Windows 10. Have you ever thought about how to change or rename your localhost address with a domain name you like?. For me when I found that I can change localhost address to a domain. I…

How to Create and Configure Local Web Server?

Local Web Server is the computer with server operating system to host Websites. It runs network protocols and services to function entirely for running written codes by different programming languages and databases like MySQL or MSSQL…

How to Create Database Inside phpMyAdmin?

Working with database in MySQL server trough phpMyAdmin is the graphical way and easier than command line interface for beginners. To create database inside phpMyAdmin just simply follow this step by step MySQL guide. The phpMyAdmin is a…

How to Install WordPress on WAMP Server Windows 10?

WordPress, free and most popular blogging system or content management system (CMS), is best to run your website. Here I'm going to install WordPress on WAMP Server local web server using Windows 10. A local web server is best option to…