您的位置:首页 > 运维架构 > Linux

linux下WordPress文件夹权限设置

2012-10-17 19:02 295 查看
wordpress大致目录如下:
/
|- index.php
|- wp-admin
|   |- wp-admin.css
|- wp-blog-header.php
|- wp-comments-post.php
|- wp-commentsrss2.php
|- wp-config.php
|- wp-content
|   |- cache
|   |- plugins
|   |- themes
|   |- uploads
|- wp-cron.php
|- wp-includes
|- xmlrpc.php

开启上传目录的可写入权限:
[root@doseoer.com]# chmod -R o+w wp-content/uploads/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: