|
One day I went to brave mission of installing youtube clone. I got it up and running after some time, but with a problem that I've been trying to solve for a week now. My default php settings are set to max_execution_time 60 max_input_time 30. So you've got 30 sec to upload a video to my site. I tried to change it in php.ini, checked it with phpinfo and it said it was set to 1000, but when tried to upload it lasted 30 secs then connection was interrupted error. I checked with my host and they told me that I cannot chane that default settings. After being depressed for a few days I read on the internet that you can override the hosts default settings in .htacces file. Tried my self and got 500 Internal server error message. Can someone help me with this. Thanks in advance.
|