Jump to content

[SOLVED] Script Timeout


gerkintrigg

Recommended Posts

Hi all.

 

I don't know whether this is in the right topic area, but here goes:

 

I have an upload script that worked fine on my old server, but now times out. I have traced the reason to the .htaccess file that controls the timeout.

 

I recently moved to a server with PHP5, and wondered why this might be... is it something to do with PHP5?

 

the htaccess code I'm using is:

 

php_value post_max_size 40M

php_value upload_max_filesize 40M

php_value max_execution_time 3600

php_value memory_limit 40M

 

Please help.

 

thanks.

Link to comment
https://forums.phpfreaks.com/topic/68831-solved-script-timeout/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.