For local development you could also use Nginx with PHP as an replacement for XAMPP.
- Download Nginx for Windows: http://nginx.org/en/download.html | Direct: nginx-1.19.7.zip
- Extract the ZIP file to
c:\nginx
- Open the file
c:/nginx/config/nginx.conf
and replace theserver { ... }
section with this configuration: