Follow these steps to set up a permanent redirect for your website using the .htaccess file:
public_html Directory.htaccess File.htaccess file or create a new one if it doesn’t exist. # 301 Redirect is permanent. Replace domain.com with your destination domain.
Redirect 301 / https://domain.com/

.htaccess file and refresh your website to see the changes. Your website will now redirect visitors to the specified domain.