Configuring subdomains on Apache HTTP Server
Configuring subdomains (or virtual hosts) in Apache HTTP Server allows you to host multiple websites on your server or dev…
productivity through technology
Apache HTTP web server.
Configuring subdomains (or virtual hosts) in Apache HTTP Server allows you to host multiple websites on your server or dev…
While critical server configuration is done in the httpd.conf file, Apache HTTP Server's .htaccess file is a configuration file offering…
Setting up a dev box with Apache HTTP Server, PHP and MySQL is an important skill for any web developer.…
As a web developer, you should understand how all the parts of a website work together including how a web…
phpMyAdmin is used to administer a MySQL database over the Internet; it is a crucial tool that web hosting companies…
Installing PHP is relatively simple. Follow the steps in this guide to install PHP version 8 on a Windows operating…
Servers provide resources to clients on a network. Servers are powerful computers with specialised server operating system software (e.g., Windows…
Here is a brief outline of my experiment with PHP and MongoDB on my dev machine: Hello World!
I use the free and awesome hMailServer on my WAMP dev box so that I can test my e-mail functions…