Hello, I already solved it.
I put in rewrite cyberpanel area ( in virtual host)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^olddomain\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.olddomain\.com$
RewriteRule (.*)$ https://newdomain.com$1 [R=301,L]
</IfModule>
Many thanks for your support