summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-09-25 14:18:03 +0000
committerthomascube <thomas@roundcube.net>2005-09-25 14:18:03 +0000
commit4e17e6c9dbac8991ee8b302cb2581241247dc8bc (patch)
treed877546f6bd334b041734498e81f6299e005b01c /.htaccess
Initial revision
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess12
1 files changed, 12 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 000000000..c0ab7f0ae
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,12 @@
+php_flag display_errors On
+php_value session.gc_maxlifetime 21600
+php_value session.gc_divisor 500
+php_value upload_max_filesize 2m
+
+<FilesMatch "(\.inc|\~)$|^_">
+ Order allow,deny
+ Deny from all
+</FilesMatch>
+
+Order deny,allow
+Allow from all