Last active
September 23, 2022 07:14
-
-
Save rohit1101/c4d1c31eaf0d659c2033c90028a337ce to your computer and use it in GitHub Desktop.
ayana.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |
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 ?
Do we need the following rules:
https://gist.github.com/rohit1101/c4d1c31eaf0d659c2033c90028a337ce#file-ayana-com-tnc-L51-L53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The redirection link is broken (Invalid Request) should i remove these rules ?
https://gist.github.com/rohit1101/c4d1c31eaf0d659c2033c90028a337ce#file-ayana-com-tnc-L44-L49