diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-23 11:49:08 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-23 11:49:08 (GMT) |
commit | ac3510aa1f4984ffce8a91f64a94e2a75ba52a81 (patch) | |
tree | 2f20ce191074fdeacb710d4d7cf66811e71fd041 /README | |
parent | 2007dd5ef2707e497d99434027048aee20ad43b3 (diff) |
imrpoved apache config
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~~~ |