-
Notifications
You must be signed in to change notification settings - Fork 13
/
_redirects
executable file
·70 lines (68 loc) · 4.53 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Redirection to handle SEO from old docs.midtrans.com site to new structure
/en/welcome/index.html / 301
/id/welcome/index.html / 301
/en/welcome/preparation.html /en/midtrans-account/overview 301
/en/welcome/pluginlibrary.html /en/snap/with-plugins 301
/en/welcome/partner_integ.html /en/snap/platform/overview 301
/en/snap/integration.html /en/snap/overview 301
/en/snap/other_features.html /en/snap/advanced-feature 301
/en/snap/going_live.html /en/technical-reference/going-live 301
/en/payment_link/index.html /en/payment-link/overview 301
/en/core_api/integration_card_basic.html /en/core-api/credit-card 301
/en/reference/test.html /en/technical-reference/sandbox-test 301
/en/reference/address.html /en/technical-reference/ip-address 301
/en/reference/security.html /en/security/overview 301
# TODO /en/reference/docslog.html
/id/welcome/preparation.html /en/midtrans-account/overview 301
/id/welcome/pluginlibrary.html /en/snap/with-plugins 301
/id/welcome/partner_integ.html /en/snap/platform/overview 301
/id/snap/integration.html /en/snap/overview 301
/id/snap/other_features.html /en/snap/advanced-feature 301
/id/snap/going_live.html /en/technical-reference/going-live 301
/id/payment_link/index.html /en/payment-link/overview 301
/id/core_api/integration_card_basic.html /en/core-api/credit-card 301
/id/reference/test.html /en/technical-reference/sandbox-test 301
/id/reference/address.html /en/technical-reference/ip-address 301
/id/reference/security.html /en/security/overview 301
# TODO /id/reference/docslog.html
/en/welcome/integration_sirclo.html /en/snap/platform/overview?id=sirclo 301
/en/welcome/integration_shopify.html /en/snap/platform/overview?id=shopify 301
/en/welcome/integration_jejualan.html /en/snap/platform/overview?id=jejualan 301
/en/snap/integration_php.html /en/snap/integration-guide 301
/en/snap/integration_prestashop.html /en/snap/with-plugins?id=prestashop 301
/en/snap/integration_magento.html /en/snap/with-plugins?id=magento 301
/en/snap/integration_opencart.html /en/snap/with-plugins?id=opencart 301
/en/snap/integration_woocommerce.html /en/snap/with-plugins?id=wordpress-woocommerce 301
/en/snap/integration_whmcs.html /en/snap/with-plugins?id=whmcs 301
/en/snap/integration_drupal.html /en/snap/with-plugins?id=drupal 301
/en/snap/integration_edd.html /en/snap/with-plugins?id=wordpress-easy-digital-download 301
/id/welcome/integration_sirclo.html /en/snap/platform/overview?id=sirclo 301
/id/welcome/integration_shopify.html /en/snap/platform/overview?id=shopify 301
/id/welcome/integration_jejualan.html /en/snap/platform/overview?id=jejualan 301
/id/snap/integration_php.html /en/snap/integration-guide 301
/id/snap/integration_prestashop.html /en/snap/with-plugins?id=prestashop 301
/id/snap/integration_magento.html /en/snap/with-plugins?id=magento 301
/id/snap/integration_opencart.html /en/snap/with-plugins?id=opencart 301
/id/snap/integration_woocommerce.html /en/snap/with-plugins?id=wordpress-woocommerce 301
/id/snap/integration_whmcs.html /en/snap/with-plugins?id=whmcs 301
/id/snap/integration_drupal.html /en/snap/with-plugins?id=drupal 301
/id/snap/integration_edd.html /en/snap/with-plugins?id=wordpress-easy-digital-download 301
# TODO /en/snap/integration_php_wizard.html
/en/snap/integration_php_wizard.html /en/snap/integration-guide 301
/en/snap/integration_php_manual.html /en/snap/integration-guide 301
# TODO id/snap/integration_php_wizard.html
/id/snap/integration_php_wizard.html /en/snap/integration-guide 301
/id/snap/integration_php_manual.html /en/snap/integration-guide 301
/en/core_api/integration_card_basic.html /en/core-api/credit-card 301
/en/core_api/integration_gopay.html /en/core-api/e-wallet 301
/en/core_api/integration_bank_transfer.html /en/core-api/bank-transfer 301
/en/core_api/integration_direct_debit.html /en/core-api/direct-debit 301
/id/core_api/integration_card_basic.html /en/core-api/credit-card 301
/id/core_api/integration_gopay.html /en/core-api/e-wallet 301
/id/core_api/integration_bank_transfer.html /en/core-api/bank-transfer 301
/id/core_api/integration_direct_debit.html /en/core-api/direct-debit 301
# Handle redirect to prevent ID content being accessed, redirect to EN version
# @TODO: remove this when ID lang content start being used again
/id/* /en/:splat 302
# Handle non-exist file for SPA
/* /index.html 200