Enforce Lower Case URLs (Apache) Force lowercase URLs, especially important for SEO on Windows-based servers, which are case-insensitive.
Enforce Lower Case URLs (NGINX) Force URLs to lowercase, very important for SEO to avoid duplicate content penalties in search engines.
Enforce Lower Case URLs (IIS) Force URLs to lowercase, especially important for SEO on Windows-based servers, which are case-insensitive.
Add/Remove Trailing Slash (IIS) Add or remove the trailing slash in URLs to enforce consistent URL structure, good for SEO.
Add/Remove Trailing Slash (Apache) Add or remove the trailing slash in URLs to enforce consistent URL structure, good for SEO.
Canonicalize Host – Add/Remove www (Apache) Canonicalize host names by either prepending www or explicitly omitting it from the domain name.
Canonicalize Host – Add/Remove www (IIS) Canonicalize host name to enforce either a www-prefixed domain or non-www-prefixed domain.
Redirect All HTTP Requests To HTTPS (NGINX) Redirect all non-secure requests to use an HTTPS connection.
Canonicalize Host – Add/Remove www (NGINX) Enforce canonical host names by either prepending www or explicitly omitting it from the domain name.