You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lychee/.htaccess

11 lines
307 B

IndexIgnore *
# Uncomment these lines to change PHP parameters if you are using the PHP Apache module
#<IfModule mod_php5.c>
# php_value max_execution_time 200
# php_value post_max_size 200M
# php_value upload_max_size 200M
# php_value upload_max_filesize 20M
# php_value max_file_uploads 100
#</IfModule>