aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-08-07 10:05:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-08-07 10:05:58 -0300
commitb6c0ffcaf707ee1968a7f29021d20357692a84d0 (patch)
treebb1ec89dce7ca4072fdfa794e3492b71ef93ff94 /.htaccess
parent180d1f6ebc346308df7f84150604a100f18118f9 (diff)
downloadblog-b6c0ffcaf707ee1968a7f29021d20357692a84d0.tar.gz
blog-b6c0ffcaf707ee1968a7f29021d20357692a84d0.tar.bz2
Reorganization
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess28
1 files changed, 19 insertions, 9 deletions
diff --git a/.htaccess b/.htaccess
index 558a226..d2a3bd8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,14 +1,24 @@
<IfModule mod_rewrite.c>
RewriteEngine on
+ # Permalink handling
# See https://httpd.apache.org/docs/2.4/rewrite/remapping.html
- RewriteRule ^cypherpunks$ /events/2013/cypherpunks/ [R]
- RewriteRule ^campusparty$ /events/2014/campusparty/ [R]
- RewriteRule ^cryptorave$ /events/2014/cryptorave/ [R]
- RewriteRule ^fisl$ /events/2015/fisl/ [R]
- RewriteRule ^static$ /suckless/sites/ [R]
- RewriteRule ^cli$ /suckless/cli/ [R]
- RewriteRule ^virtual$ /suckless/virtual/ [R]
- RewriteRule ^orphans$ /research/archived/ [R]
- RewriteRule ^organizacao$ https://templates.fluxo.info/organizacao [R]
+ RewriteRule ^cypherpunks$ /events/2013/cypherpunks/ [R]
+ RewriteRule ^campusparty$ /events/2014/campusparty/ [R]
+ RewriteRule ^cryptorave$ /events/2014/cryptorave/ [R]
+ RewriteRule ^fisl$ /events/2015/fisl/ [R]
+ RewriteRule ^static$ /suckless/sites/ [R]
+ RewriteRule ^cli$ /suckless/cli/ [R]
+ RewriteRule ^virtual$ /suckless/virtual/ [R]
+ RewriteRule ^orphans$ /research/archived/ [R]
+ RewriteRule ^books/amor(.*)$ /books/love$1 [R]
+ RewriteRule ^books/vida(.*)$ /books/life$1 [R]
+ RewriteRule ^books/historia(.*)$ /books/history$1 [R]
+ RewriteRule ^books/filosofia/metodo(.*)$ /books/epistemologia/metodo$1 [R]
+ RewriteRule ^books/filosofia/contra-metodo$ /books/epistemologia/contra-metodo$1 [R]
+ RewriteRule ^books/filosofia(.*)$ /books/philosophy$1 [R]
+ RewriteRule ^books/psicologia(.*)$ /books/psychology$1 [R]
+ RewriteRule ^books/sociedade(.*)$ /books/sociology$1 [R]
+ RewriteRule ^books/tecnopolitica(.*)$ /books/technology$1 [R]
+ RewriteRule ^organizacao$ https://templates.fluxo.info/organizacao [R]
</IfModule>