-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
redirects.php
24 lines (23 loc) · 1.06 KB
/
redirects.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
return array(
'/Eye-camp' => '/health-and-livelihoods',
'/eye-camp' => '/health-and-livelihoods',
'/livelihoods' => '/health-and-livelihoods/#livelihoods',
'/monthly-blessings' => '/26th-initiative-sadaqah-project',
'/well-foundation-sports-academy' => '/sports-academy',
'/component/tags/tag/events' => '/sports-academy',
'/projects/sports-academy' => '/sports-academy',
'/about' => '/about-well-foundation',
'/waterwellproject' => '/water',
'/shop' => '/forms/hoodies',
'/shop/sports-hoodie' => '/forms/hoodies',
'/well-foundation-hoodies' => '/forms/hoodies',
'/announcements' => 'https://www.facebook.com/wellfoundation',
'/qurbani' => '/forms/qurbani',
'/bepartners' => '/business-partners',
'/Humanitarian-Cup' => '/forms/humanitarian-cup',
'/well-foundation-7s-league' => '/forms/well-foundation-7s-league',
'/7s-league' => '/forms/7s-league',
'/projects' => '/',
'/component/content/article/[**]' => '/',
);