From ac3510aa1f4984ffce8a91f64a94e2a75ba52a81 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Jun 2016 13:49:08 +0200 Subject: imrpoved apache config 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 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~~~ -- cgit v0.10.2