Settings
|
Sign in
|
Sign up
Bar
Post
Home
>
Bar 張樹人資料庫
>
View post
Reply the post
|
View author only
There is currently
1
post.
[wordpress]解决wp更新插件需要输入ftp用户名密码的问题
Floor 1
張樹人
1/24/11 19:57
在wp-config.php结尾处加上:
/** Override default file permissions */
if(is_admin()) {
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0751 );
}
然后修改wp目录权限为777
Content converter:
No conversion
Mainland
Taiwan
Hong Kong
Singapore
Reply the post
Content:
User:
You are currently anonymous.
Captcha:
Unclear? Try another one.