Multisite with Static home page mixed with separate domain name
After posting the question, I thought about the process of how htaccess can affect the URL and the results of that request. Then I realized that the new domain is one that would match this statement: #rewrite to landing RewriteRule ^$ /landing.php [L] That would rewrite the domain.com request to domain.com/landing. Which is not what … Read more