Commit 5d3ee0c2c69a79a609a4bc306af32bb70b1dc8ef
1 parent
9075f464
edit htaccess for ini settings
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
.htaccess
... | ... | @@ -53,4 +53,10 @@ |
53 | 53 | |
54 | 54 | RewriteRule ^.*$ frontend/web/index.php |
55 | 55 | |
56 | +</IfModule> | |
57 | + | |
58 | +#для возможности загрузки файлов парсера | |
59 | +<IfModule mod_php5.c> | |
60 | + php_value upload_max_filesize 20M | |
61 | + php_value post_max_size 30M | |
56 | 62 | </IfModule> |
57 | 63 | \ No newline at end of file | ... | ... |