Skip to content

Commit

Permalink
Merge pull request #1379 from G-Core/fix-redirects-account-settings
Browse files Browse the repository at this point in the history
fix redirects for account settings docs
  • Loading branch information
Oksana-Levchuk authored Oct 23, 2024
2 parents 39938dd + 8002507 commit b479bd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ server {
location ~ ^/support/articles/115003752805/?$ { return 301 https://$host/docs/hosting/payments/check-the-payment-history; }
location ~ ^/support/articles/4404766271249/?$ { return 301 https://$host/docs/ddos-protection/about-ddos-protection; }

location ~ ^/support/articles/11526344846993/?$ { return 301 https://$host/docs/account-settings/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/4408595406737/?$ { return 301 https://$host/docs/account-settings/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/4406059230737/?$ { return 301 https://$host/docs/account-settings/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/4403019487761/?$ { return 301 https://$host/docs/account-settings/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/11526344846993/?$ { return 301 https://$host/docs/account-settings/create-account/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/4408595406737/?$ { return 301 https://$host/docs/account-settings/create-account/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/4406059230737/?$ { return 301 https://$host/docs/account-settings/create-account/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/4403019487761/?$ { return 301 https://$host/docs/account-settings/create-account/create-an-account-for-an-individual-or-legal-entity; }
location ~ ^/support/articles/360009415018/?$ { return 301 https://$host/docs/account-settings/create-an-additional-account-and-switch-between-main-and-additional-accounts; }
location ~ ^/support/articles/115000573889/?$ { return 301 https://$host/docs/account-settings/users/about-users; }
location ~ ^/support/articles/115000573489/?$ { return 301 https://$host/docs/account-settings/users/add-edit-or-delete-an-invited-user; }
Expand Down

0 comments on commit b479bd7

Please sign in to comment.