This is my first time setting up 301 redirects using .htaccess and I want to make sure that I have it right.
I'm re-designing a new site for a particular domain, so I want to re-direct ranking pages from the old/current site to the new re-designed site. The domain stays the same.
Is this the correct code to use in the .htaccess file?
Redirect 301 /old/old_page.html /new/http://www.domain.com/new_page.html
Specifically, do I only include the full url for the new page?
Thank you!
Ron