/ Published in: Apache
Increases the memory limit of php and html files.
Expand |
Embed | Plain Text
<FilesMatch "\.(php|html?)$"> php_value memory_limit 96M </FilesMatch>
You need to login to post a comment.
zachharkey on 03/07/09
3 people have marked this snippet as a favorite
Increases the memory limit of php and html files.
<FilesMatch "\.(php|html?)$"> php_value memory_limit 96M </FilesMatch>
You need to login to post a comment.