Showing
1 changed file
with
6 additions
and
0 deletions
| 1 | +# PHP upload size configuration | ||
| 2 | +#php_value upload_max_filesize 100M | ||
| 3 | +#php_value post_max_size 100M | ||
| 4 | +#php_value memory_limit 256M | ||
| 5 | +#php_value max_execution_time 300 | ||
| 6 | + | ||
| 1 | <IfModule mod_rewrite.c> | 7 | <IfModule mod_rewrite.c> |
| 2 | <IfModule mod_negotiation.c> | 8 | <IfModule mod_negotiation.c> |
| 3 | Options -MultiViews -Indexes | 9 | Options -MultiViews -Indexes | ... | ... |
-
Please register or sign in to post a comment