Skip to content

Instantly share code, notes, and snippets.

@rohit1101
Last active September 23, 2022 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohit1101/c4d1c31eaf0d659c2033c90028a337ce to your computer and use it in GitHub Desktop.
Save rohit1101/c4d1c31eaf0d659c2033c90028a337ce to your computer and use it in GitHub Desktop.
ayana.com
#tnc
rewrite
^/bali/the-villas/terms-and-conditions(/|$)
https://www.ayana.com/bali/the-villas-ayana/terms-and-conditions
redirect;
rewrite
^/bali/rimba/terms-and-conditions(/|$)
https://www.ayana.com/bali/rimba-jimbaran/terms-and-conditions
redirect;
rewrite
^/bali/ayana/terms-and-conditions(/|$)
https://www.ayana.com/bali/ayana-resort-and-spa/terms-and-conditions
redirect;
rewrite
^/labuan-bajo/komodo/ayana/terms-and-conditions(/|$)
https://www.ayana.com/labuan-bajo/komodo/terms-and-conditions
redirect;
# ayana.com
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php/details/37/director-of-security$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php/details/44/wedding-consultant$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php/details/46/legal-staff$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php/details/47/spa-receptionist-mandarin-local$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php/details/49/assistant-catering-conference-service-manager$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php/details/50/japanese-guest-relations-expat$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php/details/51/front-desk-agent$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers/index.php$ https://www.ayana.com/ permanent;
rewrite ^/(?<lang>(en|zh|ja|ko|id))/careers(.*)$ http://beta.midplaza.com/career permanent;
rewrite ^/ayanabooking$ https://gc.synxis.com//rez.aspx?Chain=18219&template=RBE&shell=RBE&start=availresults&
hotel=65548&arrive=05%2F31%2F2017&depart=06%2F01%2F2017 permanent;
rewrite ^/rimbabooking$ https://gc.synxis.com//rez.aspx?Chain=18219&template=RBE&shell=RBE&start=availresults&hotel=65549&arrive=05%2F31%2F2017&depart=06%2F01%2F2017 permanent;
rewrite ^/thevillasbooking$ https://gc.synxis.com//rez.aspx?Chain=18219&template=RBE&shell=RBE&start=availresults&hotel=65550&arrive=05%2F31%2F2017&depart=06%2F01%2F2017 permanent;
rewrite ^/wedding/availability_calendar/signon.php$ http://wac.ayana.com/wedding/signon.php permanent;
rewrite ^/wedding/availability_calendar/login.php$ http://wac.ayana.com/wedding/login.php permanent;
rewrite ^/wedding/availability_calendar/?$ http://www.ayana.com/bali/ayana-resort-and-spa/weddings/venues/ permanent;
@rohit1101
Copy link
Author

https://gist.github.com/rohit1101/c4d1c31eaf0d659c2033c90028a337ce#file-ayana-com-tnc-L3-L21

Should we remove these since we do not have terms and conditions page on landing-pages ?

@rohit1101
Copy link
Author

rohit1101 commented Sep 23, 2022

The redirection link is broken (Invalid Request) should i remove these rules ?

https://gist.github.com/rohit1101/c4d1c31eaf0d659c2033c90028a337ce#file-ayana-com-tnc-L44-L49

image

@rohit1101
Copy link
Author

https://gist.github.com/rohit1101/c4d1c31eaf0d659c2033c90028a337ce#file-ayana-com-tnc-L26-L42

Can i redirect the career rules to the below url since we have a career link on footer ?

https://apply.workable.com/ayana/

image

@rohit1101
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment