Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改我的 .htaccess 文件以具有更大的上传限制,但我不明白数字后面的“M”代表什么。
php_value upload_max_filesize 80M php_value post_max_size 80M
M 表示兆字节,而 G 表示千兆字节
但是,如果您的服务器按照 PHP 开发人员的建议(不是作为 Apache 模块)以“CGI 模式”运行 PHP,那么您不能在 .htaccess 文件中使用“php_value”或“php_flag”命令。如果您尝试这样做,您将看到“内部服务器错误”消息