301 redirect for multiple pages
-
Hello all,
This isn’t a WordPress issue per se but it involves 3 WordPress websites.
Our arts organization switched from a .com to a .org domain about a year ago. One of the pages on the old .com website needed to redirect to a page on our new .org website. This was necessary because I had created a bit.ly link to shorten the url. Rather than pay the ridiculously inflated prices for a pro bit.ly account, I decided that a 301 redirect of the source .com page to the new .org page would work just as well.
I put this code at the end of our .htaccess file, and it works great:
RewriteEngine On Redirect 301 /figure-drawing-at-sterling-house-cc/ https://www.coastalartsguildct.org/figure-drawing-stratford/
We are now about to rebrand to a completely new domain (ArtsAllianceOfStratford.org) and I need to add a second 301 page redirect from our current .org site to a page on our new website.
Can I write a second Redirect 301 under the “RewriteEngine On” declaration, or do I need a separate RewriteEngine On for the second redirect?
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘301 redirect for multiple pages’ is closed to new replies.