summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bb3af85..dea1b07 100644
--- a/README
+++ b/README
@@ -59,6 +59,6 @@ add the following to the virtualhost config:
Require all granted
</Directory>
AliasMatch "^/(js|img|styles)(.*)" "/var/www/rhrdweb/www/$1$2"
- AliasMatch "^/([^.]+)(\.html)?$" "/srv/rhrdweb/rhrdweb/www/$1.html"
+ AliasMatch "^/([^./]+)(.*)" "/var/www/rhrdweb/www/$1.html"
ErrorDocument 404 "/index.html"
~~~/snip~~~