diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-26 10:57:48 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-26 10:57:48 -0200 | 
| commit | d3d45e2b16c868bb199f5003e878766e1928804b (patch) | |
| tree | 6bdeeaac16563bce155d0a83cc209d418ce3fb4e | |
| parent | f846a15aa650f833608cacec69a288644c7465b9 (diff) | |
| download | blog-d3d45e2b16c868bb199f5003e878766e1928804b.tar.gz blog-d3d45e2b16c868bb199f5003e878766e1928804b.tar.bz2 | |
Updates .htaccess
| -rw-r--r-- | .htaccess | 9 | 
1 files changed, 5 insertions, 4 deletions
| @@ -2,8 +2,9 @@    RewriteEngine on    # 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 ^cypherpunks$ /events/2013/cypherpunks/                [R] +  RewriteRule ^campusparty$ /events/2014/campusparty/                [R] +  RewriteRule ^cryptorave$  /events/2014/cryptorave/                 [R] +  RewriteRule ^fisl$        /events/2015/fisl/                       [R] +  RewriteRule ^organizacao$ https://templates.fluxo.info/organizacao [R]  </IfModule> | 
