aboutsummaryrefslogtreecommitdiff
path: root/htaccess
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-09-17 10:45:48 +0200
committerJakob Unterwurzacher2017-09-17 10:45:48 +0200
commitbf6b1fe25f5537f40affb588ebb9613c69cee6bd (patch)
treeac7a9ddc0a84b7aabdac9007a452aaf905d7a631 /htaccess
parentc360666adc9cb1d441dc273e9561254d9170b811 (diff)
Add htaccess redirects and tests
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"