Northern Flame Posted September 12, 2007 Share Posted September 12, 2007 Someone once changed the the file max upload size for me using an .htaccess file, that was a long time ago, and i lost that file because I stopped using it. But now, I want to do the same thing, does anyone know what to write in the .htaccess file so that i can change the max file upload size? Quote Link to comment https://forums.phpfreaks.com/topic/68972-solved-htaccess-file-upload-size/ Share on other sites More sharing options...
redarrow Posted September 12, 2007 Share Posted September 12, 2007 RewriteEngine On php_value post_max_size 1000M php_value upload_max_filesize 1000M php_value max_execution_time 6000000 Quote Link to comment https://forums.phpfreaks.com/topic/68972-solved-htaccess-file-upload-size/#findComment-346696 Share on other sites More sharing options...
Northern Flame Posted September 12, 2007 Author Share Posted September 12, 2007 thanks! Quote Link to comment https://forums.phpfreaks.com/topic/68972-solved-htaccess-file-upload-size/#findComment-346701 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.