Add IP Canonicalization feature to Plesk for Windows and to Plesk for Linux
Request: add to Plesk interface option to enable IP Canonicalization.
IP Canonicalization - is the process of redirecting IP address to the main domain name hosted with it. It is same as URL canonicalization and it saves your website from being duplicate.
Requirements to setup IP canonicalization:
1) You should have dedicated IP address for domain.
2) You sohuld have a rewrite/redirect rule (example scheme: https://203.0.113.2 -> https://example.com ) in web server conifguration.
This can be done by means of IIS:
https://forums.iis.net/t/1214673.aspx?IP+Canonicalization+
or by means of Apache:
https://www.interserver.net/tips/kb/ip-canonicalization-url-canonicalization/
Already available in Plesk Obsidian https://docs.plesk.com/en-US/obsidian/administrator-guide/server-administration/ip-addresses-management.59410/#assign-the-default-website-for-an-ip-address
—
IG