aboutsummaryrefslogtreecommitdiffstats
path: root/webroot/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/.htaccess')
-rw-r--r--webroot/.htaccess20
1 files changed, 0 insertions, 20 deletions
diff --git a/webroot/.htaccess b/webroot/.htaccess
deleted file mode 100644
index 2c850e5..0000000
--- a/webroot/.htaccess
+++ /dev/null
@@ -1,20 +0,0 @@
-Options ExecCGI
-
-
-<IfModule mod_perl.c>
- PerlModule LXRng::ModPerl;
-
- <Files *>
- SetHandler perl-script
- PerlResponseHandler LXRng::ModPerl
- </Files>
-</IfModule>
-
-
-<Files robots.txt>
- SetHandler send-as-is
-</Files>
-
-<Files favicon.ico>
- SetHandler send-as-is
-</Files>