Do I need to use .htaccess file for a multisite? I have setup basic wordpress site and configured it with apache2 VirtualHost as: <VirtualHost *:80> ... RewriteEngine On Options...
  • May 21, 2022
  • 0 Comments
I want to setup my local development machine so that any requests for *.local are redirected to localhost. The idea is that as I develop multiple sites, I can...
  • May 16, 2022
  • 0 Comments