Commit 5d3ee0c2c69a79a609a4bc306af32bb70b1dc8ef

Authored by Mihail
1 parent 9075f464

edit htaccess for ini settings

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -53,4 +53,10 @@ @@ -53,4 +53,10 @@
53 53
54 RewriteRule ^.*$ frontend/web/index.php 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 </IfModule> 62 </IfModule>
57 \ No newline at end of file 63 \ No newline at end of file