X xhotvida2424 New Member YetiShare User Apr 19, 2013 6 0 0 May 29, 2013 #1 How do i increase my filesize to 1 Gb? What do i need to change?
Y ysmods New Member Jan 29, 2013 860 1 0 UK www.ysmods.com May 29, 2013 #2 In the site configuration in the admin control panel. You may also need to change the settings in the php.ini file if you are limited by that. Look at this post regarding the php.ini file http://forum.mfscripts.com/viewtopic.php?f=20&t=572
In the site configuration in the admin control panel. You may also need to change the settings in the php.ini file if you are limited by that. Look at this post regarding the php.ini file http://forum.mfscripts.com/viewtopic.php?f=20&t=572
X xhotvida2424 New Member YetiShare User Apr 19, 2013 6 0 0 May 29, 2013 #3 yetisharemods said: In the site configuration in the admin control panel. You may also need to change the settings in the php.ini file if you are limited by that. Look at this post regarding the php.ini file http://forum.mfscripts.com/viewtopic.php?f=20&t=572 Click to expand... I'm not a specialist on that i tried anything... So i uploaded pics of my php.in & htaccess to get a clearer help. Attachments php.in.JPG 17.2 KB Views: 20 htaccess.JPG 63.6 KB Views: 20
yetisharemods said: In the site configuration in the admin control panel. You may also need to change the settings in the php.ini file if you are limited by that. Look at this post regarding the php.ini file http://forum.mfscripts.com/viewtopic.php?f=20&t=572 Click to expand... I'm not a specialist on that i tried anything... So i uploaded pics of my php.in & htaccess to get a clearer help.
Y ysmods New Member Jan 29, 2013 860 1 0 UK www.ysmods.com May 29, 2013 #4 You cannot use "1G" Code: upload_max_filesize = 1024M post_max_size = 1024M Once changed, you might have to restart apache
You cannot use "1G" Code: upload_max_filesize = 1024M post_max_size = 1024M Once changed, you might have to restart apache
X xhotvida2424 New Member YetiShare User Apr 19, 2013 6 0 0 May 29, 2013 #5 yetisharemods said: You cannot use "1G" Code: upload_max_filesize = 1024M post_max_size = 1024M Once changed, you might have to restart apache Click to expand... Can i restar my apache or do i have to let my webhost do it?
yetisharemods said: You cannot use "1G" Code: upload_max_filesize = 1024M post_max_size = 1024M Once changed, you might have to restart apache Click to expand... Can i restar my apache or do i have to let my webhost do it?
Y ysmods New Member Jan 29, 2013 860 1 0 UK www.ysmods.com May 29, 2013 #6 If you have shared hosting, then you have to ask your host, but most hosts will not restart it without there being a problem. If you have your own server, then you should be able to restart it via your server control panel.
If you have shared hosting, then you have to ask your host, but most hosts will not restart it without there being a problem. If you have your own server, then you should be able to restart it via your server control panel.