Hi, 1. my ISPconfig shows some website wrong e.g. example.com shows something.com. When I delete the website shows stil the another website. 2. the sites have Let'Sencrypt ssl cert,and some site has the cert from other website. Yesterday I installed Letsencrypt certbot as described here: https://www.howtoforge.com/communit...ing-since-updating-to-ispconfig-3-1-13.79882/ What is the problem? Thanks
SOLVED! When in the ISPconfig panel/Websites/domain.ltp IP is the default "*", the redirection doesn't work the redirection to the correct site. You must set it to the server IP in the dropdown menu.
Actually, * and IP are both fine, but you can not mix * and IP on an apache or nginx server in vhosts as an IP is a stronger match then a wildcard. So either use * for all sites or use the IP for all sites.
It would probably be good to add a server config setting to specify whether ip addresses or wildcard is in use, or allow selectable behaviour like now (eg. if some ips are used for ssl and wildcard for non-ssl).
You can configure under System > server config and System > server Ip what the customer is allowed to select in the IPv4 field. Allow him to justs elect * or the Ipv4 address so he is not able to select a wrong value.