aboutsummaryrefslogtreecommitdiff
path: root/htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'htaccess')
-rw-r--r--htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/htaccess b/htaccess
new file mode 100644
index 0000000..fdd2a96
--- /dev/null
+++ b/htaccess
@@ -0,0 +1,5 @@
+# "security" was renamed to "forward_mode_crypto" on 2017-09-17. Keep old links working.
+Redirect "/gocryptfs/security" "/gocryptfs/forward_mode_crypto"
+
+# "reverse_mode" was renamed to "reverse_mode_crypto" on 2017-09-17. Keep old links working.
+Redirect "/gocryptfs/reverse_mode" "/gocryptfs/reverse_mode_crypto"