我在一个IP(一个根)中有多个域
domain1.com或domain1.com.ve(http或https)上的任何404(无论是否为www。)都必须重定向到https://www.domain1.com/home/index.php
domain2.com或domain2.com.ve(http或https)上的任何404(无论是否为www。)都必须重定向到https://www.domain2.com/index.php
domain3.com或domain3.com.ve(http或https)上的任何404(无论是否为www。)都必须重定向到https://www.domain3.com/index.php
domain2,domain3转到相同的index.php,但保留原始域名。
与此同时,http中的任何合法请求都必须重定向到https
那有可能吗?