Guys,

The owncloud root directory has a .htaccess file, what is contains the following lines:

php_value upload_max_filesize 513M
php_value post_max_size 513M
php_value memory_limit 512M

If you have AllowOverride ALL in Apache config (by default you have, cos the owncloud needs it), then this settings will be stronger than the values of the php.ini.

So, if you want to modify these values, you need to modify the .htaccess manually - or through the admin console of the owncloud webapp.
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to