Just to confirm & save anyone else the confusion … the suggested solutions are not fixes … if anyone wants to do 301s redirecting from a previous to site to a new site build on SiteJet in Plesk …
Create yourself a .htaccess file and populate with the necessary redirects.
e.g.
RewriteEngine on
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^old-page-example-here1/$ https://www.example.com/new-page-example-here1? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^old-page-example-here2/$ https://www.example.com/new-page-example-here2? [R=301,L]
Thanks
Stu A