The goal of Wamp.NET is to give developers multiple environments in which to develop websites in order to match the environment (e.g. Webserver, PHP Version, Database etc.) where the websites are being hosted.

Sites created in Wamp.NET are completely independent from Webserver and PHP version. You can change the assigned webserver and PHP version without affecting the vhost configuration or files and folders in the document root.

If you're coming from another **mp stack where you were limited to a single webserver, database and PHP version but want the features of Wamp.NET, you can of course mimic the same setup by only installing a single webserver, database server and PHP version for all your websites to use.

The following video shows the installation of Nginx, mySQL and PHP as well as the creation of a new joomla site:

 

Site/Vhost Management

Sites/Vhosts are stored in a database and are not tied to a specific web server instance. This allows for them to be moved between different web server types and versions at the click of a button.

Creating a new site/vhost automatically creates the vhost file for both http and https in either Apache or Nginx as well as update the Windows hosts file.

SSL certificates are automatically generated in the background using an internal CA. The root certificate is automatically added to the trusted root store so as to not give any warnings or errors when browsing to the site.

Each site/vhost can use their own version of PHP without the need to do any switching as is typically the case with other stack implementations.

 

Comparison with other Wamp Stacks

  WampServer XAMPP Wamp.NET
Web Server Apache Apache Apache Nginx
Database Server MySQL MariaDB MySQL MariaDB PostgreSQL MongoDB
In-memory Caching Memcached Redis
Wildcard DNS
Multiple Simultaneous PHP versions
Automatic VHost creation with SSL
Multiple instances of any package
Application auto-installers
One click update