Create a file named .htaccess in your document root directory. In shared hosting, you can do so using the File Manager in Plesk.
Put this in the file:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*) [NC] RewriteRule ^(.*) http://%1/$1 [R=301,L]