WIN2008 R2获取权限的方法

最近更改WordPress模板是报错 

Warning: fopen [function.fopen]: failed to open stream: Permission denied in D:\web\wp-admin\theme-editor.php on line 116

Warning: Cannot modify header information - headers already sent by (output started at D:\web\wp-admin\theme-editor.php:116) in D:\web\wp-includes\pluggable.php on line 1179

翻译了一下错误信息,大概是说权限不够,解决方法:

右击网站文件夹-属性-安全-编辑,找到User(你的计算机名\User),点“编辑”,下面的“完全控制”后面“允许”的勾打上,确定即可。