Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In apache-virtual-host:
- -----------------------------------------------------------
- <Directory /var/www/MyProgram>
- AllowOverride Options
- </Directory>
- -----------------------------------------------------------
- In .htaccess:
- -----------------------------------------------------------
- php_value session.gc_maxlifetime 10800
- php_value max_input_time 10800
- php_value max_execution_time 10800
- php_value upload_max_filesize 110M
- php_value post_max_size 120M
- -----------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement