diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-07 20:32:21 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-07 20:32:21 +0100 |
commit | 4163e23ca4f735a6ca3fd5ec6442fcd0328113b7 (patch) | |
tree | eb759b36e2e69db9630fa30ac36269783ddb660d /webroot | |
parent | 378a912bf79e1e5b6384b02b14919371ac0c4785 (diff) |
Provisions for mod_perl use, take two.
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/.static/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webroot/.static/.htaccess b/webroot/.static/.htaccess new file mode 100644 index 0000000..68f007e --- /dev/null +++ b/webroot/.static/.htaccess @@ -0,0 +1,3 @@ +<Files *> + SetHandler send-as-is +</Files> |