organisationsliberees/organisationsliberees.github.io/master/.htaccess
---
---
DirectoryIndex index.html
RewriteEngine On
RewriteBase /
{% for post in site.posts %}{% for alias in post.aliases %}
RewriteRule ^{{ alias }} {{ post.url }} [R=301,L]
{% endfor %}{% endfor %}
Files
