diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:43:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:43:31 +0200 |
commit | cdf19c4b59bd8f754b606e768fe8223ba5a68968 (patch) | |
tree | 5aac01b5aa258c9688140d8370858fa3113d132e /annodex.conf |
Diffstat (limited to 'annodex.conf')
-rw-r--r-- | annodex.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/annodex.conf b/annodex.conf new file mode 100644 index 0000000..e6f7505 --- /dev/null +++ b/annodex.conf @@ -0,0 +1,7 @@ +LoadModule annodex_module modules/mod_annodex.so + +# mod_annodex +<IfModule mod_annodex.c> + # Enable mod_annodex for all .anx files + AddHandler annodex .anx +</IfModule> |