taşınabilir bir web uygulamasında php yükleme ayarları

0 Cevap php

Ben çevrimiçi dosya depolama / erişim ile ilgili bir web uygulaması inşa ediyorum. Benim yerel ortamda ben ayarlamak için. Htaccess kullanılır

php_value upload_max_filesize 100M
php_value post_max_size 101M

Sunucuların çeşitli uygulaması test ettikten sonra ben değil tüm kurulumları size ini ayarlarını değiştirme. Htaccess yöntemi kullanmak için izin bulundu. Ben düşünüyorum çözüm yüklemek komut sırasında bu izni için kontrol ve izin ne bağlı olduğunu kullanımı ya. Htaccess, kullanıcı dizini php.ini veya ini_set(); bu özel kurulum için.

ini_set() apparently doesn't work for post_max_upload. For some reason even though my php.ini has user_ini.filename = ".user.ini" it won't read the 2 directives in that file. Neither will it read the same information in the application directory named php.ini And the .htaccess directives stated above result in a 500 Sever Misconfiguration Error. There's has to be a way to change the post_max_upload and upload_max_filesize on the fly.

Sorun i ve belirli bir sunucuda izin verilmez ne kontrol etmek için nasıl bilmiyorum olmasıdır. Birisi bu konuda yardımcı olabilir misiniz?

0 Cevap