Skip to content

Commit 31e1ecb

Browse files
ENGCOM-7012: magento/magento2#: Remove a redundant PHP5 directives from .htaccess #27114
- Merge Pull Request #27114 from atwixfirster/magento2:htaccess-remove-instructions-for-php5 - Merged commits: 1. 2bc8fcb
2 parents 690500f + 2bc8fcb commit 31e1ecb

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.htaccess

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,6 @@
3737

3838
DirectoryIndex index.php
3939

40-
<IfModule mod_php5.c>
41-
############################################
42-
## adjust memory limit
43-
44-
php_value memory_limit 756M
45-
php_value max_execution_time 18000
46-
47-
############################################
48-
## disable automatic session start
49-
## before autoload was initialized
50-
51-
php_flag session.auto_start off
52-
53-
############################################
54-
## enable resulting html compression
55-
56-
#php_flag zlib.output_compression on
57-
58-
###########################################
59-
## disable user agent verification to not break multiple image upload
60-
61-
php_flag suhosin.session.cryptua off
62-
</IfModule>
6340
<IfModule mod_php7.c>
6441
############################################
6542
## adjust memory limit

0 commit comments

Comments
 (0)