Monday, October 5, 2009

.htaccess file upload settings

RewriteEngine on
php_value post_max_size 500M
php_value upload_max_filesize 500M
php_value max_execution_time 1000
php_value max_input_time 1000



By this .htaccess code we can upload big files.

No comments:

Post a Comment