Using .htaccess pointing domain to specific directory
If a server hosting 2 domains, we can use this .htaccess (on the root) to point the 2 different domains to 2 Directories on the same server: RewriteEngine On RewriteBase / # pointing for the domain domain1.com to folder1 ReWriteCond… Read moreUsing .htaccess pointing domain to specific directory