Re: [URGENT]: phpsuexec--need .htaccess and php.ini directives!
The php.ini settings, I discovered, are listed here:
http://www.vshare.in/requirements.html
Problem is the way the site lists it, you can't just copy and paste. They have it listed as a bulleted list, making copy and paste ridiculous. So, here it is:
Code:
safe_mode = off
register_globals = on
open_basedir =
output_buffering = on
upload_max_filesize = 100M
post_max_size = 100M
max_execution_time = 60000
max_input_time = 60000
memory_limit = 32M
error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
display_errors = On
file_uploads = On
session.gc_maxlifetime = 14000
If it's not fun, stop doing it!
Bookmarks