I want to point 2 domain names to one root direction to use. So both domains can be use this directions contents : /var/www/clients/client0/web6/web How can i do that in ispconfig?
It's running on nginx on ubuntu.
I want to point 2 domain names to one root direction to use. So both domains can be use this directions contents : /var/www/clients/client0/web6/web How can i do that in ispconfig?
It's running on nginx on ubuntu.
Navigate as below,
Select the second domain
>Options
>Apache Directives
and input the following directive.
For Apache:
For nginx:
Restart apache/nginx, now both the domains should now point to the same root directory.