| / | - | - | Matches any URL with the root path. | 
              
                | /activities* | - | - | Matches any URL with activities at the start. | 
              
                | /activities/* | - | - | Matches any URL with activities followed by any path segment. | 
              
                | /book/* | - | - | Matches any URL with book followed by any path segment. | 
              
                | /subscriptions | - | - | Matches any URL with subscriptions path. | 
              
                | /books | - | - | Matches any URL with books path. | 
              
                | /abjjadiyyat | - | - | Matches any URL with abjjadiyyat path. | 
              
                | /author/* | - | - | Matches any URL with author followed by any path segment. | 
              
                | /books/lists/* | - | - | Matches any URL with books/lists followed by any path segment. | 
              
                | /resetpassword/* | - | - | Matches any URL with resetpassword followed by any path segment. | 
              
                | /resetpassword | - | - | Matches any URL with resetpassword path. | 
              
                | /promocode/* | - | - | Matches any URL with promocode followed by any path segment. | 
              
                | /promocode | - | - | Matches any URL with promocode path. | 
              
                | /referral/* | - | - | Matches any URL with referral followed by any path segment. | 
              
                | /referral | - | - | Matches any URL with referral path. | 
              
                | /publisher/* | - | - | Matches any URL with publisher followed by any path segment. | 
              
                | /publisher | - | - | Matches any URL with publisher path. | 
              
                | /offerredemption/* | - | - | Matches any URL with offerredemption followed by any path segment. | 
              
                | /offerredemption | - | - | Matches any URL with offerredemption path. | 
              
                | /editprofile/* | - | - | Matches any URL with editprofile followed by any path segment. | 
              
                | /editprofile | - | - | Matches any URL with editprofile path. | 
              
                | /dyanamiccontentpages | - | - | Matches any URL with dyanamiccontentpages path. | 
              
                | /dyanamiccontentpages/ | - | - | Matches any URL with dyanamiccontentpages/ path. | 
              
                | /dyanamiccontentpages/* | - | - | Matches any URL with dyanamiccontentpages followed by any path segment. | 
              
                | /myprofile | - | - | Matches any URL with myprofile path. | 
              
                | /myprofile/ | - | - | Matches any URL with myprofile/ path. |