Skip to content

Commit

Permalink
Add php max upload filesize directive to .htaccess for cases where it…
Browse files Browse the repository at this point in the history
… can't be set using iniset
  • Loading branch information
David Lippman committed Apr 17, 2013
1 parent b345976 commit 08c9bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
AddType application/vnd.ms-excel.template.macroEnabled.12 xltm
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
Options -Indexes
php_value upload_max_filesize 10M

0 comments on commit 08c9bba

Please sign in to comment.