from where 301 redirect apache code example
Example 1: 301 redirect
301, "Moved Permanently"—recommended for SEO
302, "Found" or "Moved Temporarily"
Meta Refresh
Example 2: 301 redirect
#In .htaccess
Redirect 301 /old-page https://www.example.com/new-page