301 redirect – how do I point 3 old html pages to go to 1 new WP page?
-
I’m deleting the html site on my server and installing WordPress in the root.
I have 3 old html pages that have the same or similar content that have incoming links and I want all 3 to go to https://mysite.com/wordpress-pageDo I just do 3 different lines in the htaccess?
So:
redirect 301 /deleted-page1.html https://mysite.com/wordpress-page/
redirect 301 /deleted-page2.html https://mysite.com/wordpress-page/
redirect 301 /deleted-page3.html https://mysite.com/wordpress-page/
Yes?Also, the old site is https://www.mysite.com, where as the WordPress is https://mysite.com, no www. All is still good, it will redirect no problem?
Thanks for your help
- The topic ‘301 redirect – how do I point 3 old html pages to go to 1 new WP page?’ is closed to new replies.