diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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~~~ |