Commit b7b3d19833e5d461387a25652f510716a934ad93
1 parent
c987224d
KTS-2099
".htaccess not configure for php5" Updated. Now uses mod_php5.c. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7078 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
.htaccess
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | # The default .htaccess settings ensure that no workarounds occur in the |
| 22 | 22 | # PHP code, leading to better performance and robustness. |
| 23 | 23 | # |
| 24 | -<IfModule mod_php4.c> | |
| 24 | +<IfModule mod_php5.c> | |
| 25 | 25 | php_value default_mimetype text/html |
| 26 | 26 | php_value auto_prepend_file none |
| 27 | 27 | php_value auto_append_file none |
| ... | ... | @@ -66,7 +66,7 @@ Options +SymLinksIfOwnerMatch |
| 66 | 66 | # size for testing and most usage patterns, as increased sizes may allow |
| 67 | 67 | # malicious users to use up resources. |
| 68 | 68 | # |
| 69 | -<IfModule mod_php4.c> | |
| 69 | +<IfModule mod_php5.c> | |
| 70 | 70 | php_value upload_max_filesize -1 |
| 71 | 71 | php_value post_max_size 2000M |
| 72 | 72 | php_value memory_limit -1 | ... | ... |