DaBible-Foundation / DaBible-MainHub

Audio Bible in African Languages, available as a mobile app, web application, and solar device. We use this repository to manage all our internal organizations and tasks at DaBible Foundation.
https://www.dabible.com
1 stars 1 forks source link

Redirect Welcome Page from YorubaBible.net to DaBible.com #3

Closed sanmiajanaku closed 3 years ago

sanmiajanaku commented 3 years ago

We currently have some pages on the old website www.yorubabible.net that needs to be re-directed to our new website www.dabible.com

GOAL: Direct traffic from old website to the new website.

Thanks.

sanmiajanaku commented 3 years ago

Fixing the Issue:

I will be redirecting these pages using the .htaccess on the old website root file directory.

Sample redirect code:
Redirect 301 /old-page-here.html http://www.yournewwebsite.com/new-page-here.html

As a best practice, I will add the code at the end of the .htaccess file. You can check that the WordPress redirect is working by saving the file and reloading the page you are trying to redirect.

Thanks

sanmiajanaku commented 3 years ago

The issue has now been resolved, the two URLs above have been redirected.

sanmiajanaku commented 3 years ago

Testing all old URLs redirection from YorubaBible.net to DaBible.net