raksmart活动促销

分享

写回答

发帖

关于取消LP附件上传限制的官方答复(中英文)

国外虚拟主机 国外虚拟主机 14210 人阅读 | 15 人回复

发表于 2008-1-23 15:54:12 | 显示全部楼层 |阅读模式

Hello
You can change the upload file size by doing the following:
Put the following in a regular text file named php.ini in the same folder as
the upload script:
upload_max_filesize = 5M
post_max_size = 5M
Replace the 5 with whatever size you want. If you are letting other people
upload, a size cap protects your storage space from abuse/overuse.
If you want all your site folders to have the same setting, put the php.ini
file in public_html folder.
You will then need to add this line to a .htaccess file:
(Please replace "yourusername" with your cpanel user name an add to the end of the comand line the folder(s) to the location of the php.ini file - Also there is a space between path and /home)
suPHP_ConfigPath /home/Yourusername/public_html
--
If you have any more questions, please do not hesitate to contact the Lunarpages Help Desk again.
--
Best Regards,
Dinsan Francis
support@lunarpages.com
Telephone: 1-714-521-8150
Fax: 1-714-521-8195

我翻译的其中一个方法:
全局设置,在public_html 文件夹下
在php.ini文件添加
upload_max_filesize = 5M
post_max_size = 5M
可以把5换成其他数值,
然后在 .htaccess 中,添加suPHP_ConfigPath /home/Yourusername/public_html
其中yourusername是你的控制面板的用户名,完成以上2步后修改就完成了!
经我测试,完全有效!!

[ 本帖最后由 tomalan68888 于 2008-1-23 04:02 PM 编辑 ]

评分

参与人数 1威望 +5 收起 理由
大象无形 + 5

查看全部评分

回答|共 15 个

大漠孤狼

发表于 2008-1-23 16:01:01 | 显示全部楼层

在htaccess中添加:

suPHP_ConfigPath /home/Yourusername/public_html

其中Yourusername用cpanel用户名代替

在php.ini中添加:
upload_max_filesize = 5M
post_max_size = 5M

tomalan68888

发表于 2008-1-23 16:02:36 | 显示全部楼层

哈~和老大翻译的一样哈

binbincz

发表于 2008-1-23 16:49:10 | 显示全部楼层

那我今晚也要测试一下这个功能.

lokin

发表于 2008-2-20 12:06:13 | 显示全部楼层

php.ini
这个文件在哪 我怎么找不到?

tomalan68888

发表于 2008-3-26 16:47:37 | 显示全部楼层

在public_html目录里。没有的话可以新建一个。如果不设置php.ini的内容则按照全局的默认设置

doumao

发表于 2008-10-12 21:14:59 | 显示全部楼层

那请问子目录的域名绑定网站的上传限制怎末修改?

汉花唐落

发表于 2008-10-13 00:55:51 | 显示全部楼层

做个记号

huangl

发表于 2009-1-7 17:57:04 | 显示全部楼层

这贴得记录下;哈哈,我就觉得奇怪了怎么我一上传,没一会就断开

scutdk

发表于 2009-1-8 09:44:48 | 显示全部楼层

做个记号
谢谢分享
您需要登录后才可以回帖 登录 | 注册

本版积分规则