diff options
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> |