Skip to content

Commit 9b41f97

Browse files
committed
Added support for mod php 8 in .htaccess
1 parent 9cd4eee commit 9b41f97

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.htaccess

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
</IfModule>
1717
</IfModule>
1818

19+
<IfModule mod_php.c>
20+
php_value upload_max_filesize 513M
21+
php_value post_max_size 513M
22+
php_value memory_limit 512M
23+
<IfModule mod_env.c>
24+
SetEnv htaccessWorking true
25+
</IfModule>
26+
</IfModule>
27+
1928
<ifModule mod_headers.c>
2029
Header set Connection keep-alive
2130

0 commit comments

Comments
 (0)