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. # Redirect website to a new directory
Redirect 301 / https://yourdomain.com/new-directory/
Replace https://yourdomain.com/new-directory/ with the
.htaccess
file and refresh your website to see the changes. Your website will now redirect visitors to the specified directory.