lychee/.htaccess

10 lines
271 B
ApacheConf
Raw Normal View History

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 300
# php_value post_max_size 100M
# php_value upload_max_size 100M
# php_value max_file_uploads 100
#</IfModule>