summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-22 19:49:19 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-22 19:49:36 (GMT)
commit2007dd5ef2707e497d99434027048aee20ad43b3 (patch)
tree6c4a33421b89c08952ee34681d2f62b7e67a087a /README
parent1c2f67f93e01a4b0f9f2bb690c77821fb6dd9326 (diff)
use noon to generate dates, updated Readme
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 4b58c4e..bb3af85 100644
--- a/README
+++ b/README
@@ -59,5 +59,6 @@ add the following to the virtualhost config:
Require all granted
</Directory>
AliasMatch "^/(js|img|styles)(.*)" "/var/www/rhrdweb/www/$1$2"
- AliasMatch "^(.*)" "/var/www/rhrdweb/www/index.html"
+ AliasMatch "^/([^.]+)(\.html)?$" "/srv/rhrdweb/rhrdweb/www/$1.html"
+ ErrorDocument 404 "/index.html"
~~~/snip~~~