My site not working with www. (comxa.com subdomain)

Hello,
I have a problem with migration my website.
I create subdomain anonimg3.comxa.com, but website dosen’t work when i put http://www.anonimg3.comxa.com/.
I waited 4 days, but still not working.

anonimg3 . comxa . com/ -> working correct
www . anonimg3.comxa . com/ -> not working

In the .htaccess file puted this code:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.(.)$ [NC]
RewriteRule ^(.
)$ http://%1/$1 [R=301,L]

…but not working.

You can no longer access subdomains using www in front of them.

Simply use anonimg3.comxa.com to access it.