src.dualinventive.com/mtinfo/dist/webroot/rc-4.05/.htaccess

10 lines
260 B
ApacheConf

# Enlarge execution time and memory usage
<FilesMatch "\.(php|html?)$">
php_value max_execution_time 120
php_value memory_limit 2048M
</FilesMatch>
# Disable cache
<FilesMatch "\.(css|js|kml)$">
Header set Expires "Mon, 26 Jul 1990 05:00:00 GMT"
</FilesMatch>