Last active
December 18, 2018 13:03
-
-
Save domq/ee1e356ae1139a4b1ebf936c717c9b78 to your computer and use it in GitHub Desktop.
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
#Rules for ic.epfl.ch (natalie) | |
RedirectMatch 301 ^/$ https://www.epfl.ch/schools/ic/ | |
RedirectMatch 301 ^/en/?$ https://www.epfl.ch/schools/ic/ | |
RedirectMatch 301 ^/fr/?$ https://www.epfl.ch/schools/ic/fr/ | |
RedirectMatch 301 ^/computer-science/?$ https://www.epfl.ch/schools/ic/education/ | |
RedirectMatch 301 ^/informatique/?$ https://www.epfl.ch/schools/ic/fr/education-fr/ | |
RedirectMatch 301 ^/communication-systems/?$ https://www.epfl.ch/schools/ic/education/ | |
RedirectMatch 301 ^/systemes-communication/?$ https://www.epfl.ch/schools/ic/fr/education-fr/ | |
RedirectMatch 301 ^/data-science/?$ https://www.epfl.ch/schools/ic/education/master/data-science/ | |
RedirectMatch 301 ^/science-donnees/?$ https://www.epfl.ch/schools/ic/fr/education-fr/master-fr/data-science/ | |
#end (natalie) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment