-
-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect to HTTPS versions of urls (#24)
* Redirect to HTTPS version of url * adding some additional redirects
- Loading branch information
1 parent
3b9f20b
commit e5769ba
Showing
1 changed file
with
16 additions
and
7 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# Redirects go here. | ||
# /path /destination Response code | ||
# Add new redirects using the 3-value pattern below | ||
# <path> <destination> <Response Code> (301 by default) | ||
|
||
/slack http://hackforla-slack.herokuapp.com/ 301 | ||
/donate https://donorbox.org/hackforla 301 | ||
/conduct https://github.com/hackforla/codeofconduct 301 | ||
/calendar https://calendar.google.com/calendar?cid=cnQ3dXBpcmF2ZWtpOTFhY2trdXQ5OTRwZHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ 301 | ||
/coffee https://www.eventbrite.com/e/make-trash-history-the-los-angeles-coffee-community-leads-the-way-tickets-51337704456 301 | ||
# Force HTTPS | ||
http://www.hackforla.org https://www.hackforla.org | ||
http://www.hackforla.org/* https://www.hackforla.org/:splat | ||
|
||
# Core Shortcuts and Aliases | ||
/calendar https://calendar.google.com/calendar?cid=cnQ3dXBpcmF2ZWtpOTFhY2trdXQ5OTRwZHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ | ||
/conduct https://www.github.com/hackforla/codeofconduct | ||
/donate https://donorbox.org/hackforla | ||
/meetup https://www.meetup.com/hackforla | ||
/github https://www.github.com/hackforla | ||
/slack https://hackforla-slack.herokuapp.com/ | ||
|
||
# Temporary Events and Promos | ||
/coffee https://www.eventbrite.com/e/make-trash-history-the-los-angeles-coffee-community-leads-the-way-tickets-51337704456 |