[wd_asp elements=’search’ ratio=’100%’ id=1]

.htaccess file – Increase size, memo & time limits

26th September 2014

Random Coding

random coding category codehaven

You can verify the change in settings has taken effect by viewing the output of phpinfo().# bigger uploads
php_value post_max_size 300M
php_value upload_max_filesize 300M

# longer running time
php_value max_execution_time 3600
php_value max_input_time 3600

# mo memory
php_value memory_limit 64M