Hostname does not have www

Problem

The hostname you are redirecting from does not have a www prefix.

Cause

You set the CNAME for this hostname to removewww.redirect2.me, but the hostname does not start with www, so there is nothing to do.

Solution

If you want to redirect from to another domain: set the hostname’s CNAME to lookup.redirect2.me and add the hostname’s TXT record with the value redirect2me=www.mynewdomain.com.

If you want to redirect to the www: set the hostname’s CNAME to addwww.redirect2.me.