aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-17 15:26:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-17 15:26:04 -0300
commita22166f6e0750fbddf564f244bb96d94524296d4 (patch)
tree0cb541516bd13ec64d3eb3fc4d867fd86271d2a2 /.htaccess
parent7f52a0acea5d766c0c25997df1dd907162db0407 (diff)
downloadblog-a22166f6e0750fbddf564f244bb96d94524296d4.tar.gz
blog-a22166f6e0750fbddf564f244bb96d94524296d4.tar.bz2
Fix: cleanup and refactor
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess14
1 files changed, 13 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 94acfcc..7e01dc6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,8 +9,15 @@
RewriteRule ^fisl$ /events/2015/fisl/ [R]
RewriteRule ^static$ /suckless/sites/ [R]
RewriteRule ^cli$ /suckless/cli/ [R]
- RewriteRule ^virtual$ /suckless/virtual/ [R]
+ RewriteRule ^sarava$ /poesia/sarava/ [R]
+ RewriteRule ^services$ /research/computing/services/ [R]
+ RewriteRule ^suckless(.*)$ /research/computing/suckless$1 [R]
+ RewriteRule ^virtual$ /research/computing/suckless/virtual/ [R]
RewriteRule ^orphans$ /research/archived/ [R]
+ RewriteRule ^research/git$ /research/computing/git [R]
+ RewriteRule ^research/libreboot$ /research/computing/libreboot [R]
+ RewriteRule ^research/thinkpad$ /research/computing/thinkpad [R]
+ RewriteRule ^research/token$ /research/computing/token [R]
RewriteRule ^books/amor(.*)$ /books/love$1 [R]
RewriteRule ^books/vida(.*)$ /books/life$1 [R]
RewriteRule ^books/historia(.*)$ /books/history$1 [R]
@@ -23,3 +30,8 @@
RewriteRule ^organizacao$ https://templates.fluxo.info/organizacao [R]
RewriteRule ^research/lab$ https://templates.fluxo.info/lab [R]
</IfModule>
+
+<IfModule mod_alias.c>
+ # Barebones URL shortener service
+ Redirect /shortener/keyringer https://keyringer.pw
+</IfModule>