i am on shared server and i wana use .htaccess to override the php_value max_execution_time 600 . i think thats what giving me error 500 when i recreate images.. casue some of the images are created but not all
error 500 as I have seen lately can come from a FASTCGI change in version at your hoster. Switch indicator to CGI if you may.
Sarah ;-D
Comptabilité, Informatique, Infographie
Comptabilité, Informatique, Infographie
switch indicator? that somthing godaddy has to do for me? or is it code in ps? i do appreciate the idea though.
and where would i put something like
in the PS recalculating script or in the htaccess file?
if (ini_get('max_execution_time') < 120) {
set_time_limit(120);
}in the PS recalculating script or in the htaccess file?




Back to top









