diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-09-30 02:53:14 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-09-30 02:53:14 +0000 |
commit | e70c7a01b4e3879da577c85ce5b0227d32abf890 (patch) | |
tree | 85bf03708c11df33236e42d74f000bfaff896da9 | |
parent | 3d3d7c6263a674680e3f3a14822ca9667a913b24 (diff) |
Local ikiwiki config snippet.
-rw-r--r-- | apache2/conf.d/local-ikiwiki.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apache2/conf.d/local-ikiwiki.conf b/apache2/conf.d/local-ikiwiki.conf new file mode 100644 index 0000000..6c7b73e --- /dev/null +++ b/apache2/conf.d/local-ikiwiki.conf @@ -0,0 +1,10 @@ +<Location /> + Options -Indexes +MultiViews + DirectoryIndex index +</Location> +AddLanguage da .da + +AddDefaultCharset UTF-8 + +RewriteEngine On +RewriteRule ^((.*/)?[^\.]+)(\.html|/)$ $1.da.html [R] |