duandi1919 2018-09-26 22:02
浏览 133
已采纳

CakePHP权限问题

Hello anybody can help with that problem on old cake app:

[Wed Sep 26 18:58:29.454771 2018] [core:crit] [pid 28046:tid 140483665811200] (13)Permission denied: [client 170.231.113.140:34906] AH00529: /home/vtecnet/public_html/admin/app/webroot/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/vtecnet/public_html/admin/app/webroot/' is executable

  • 写回答

1条回答 默认 最新

  • drex88669 2018-09-27 13:54
    关注

    In fact the error message is giving you all the information:

    […] ensure [.htaccess] is readable and that '/home/vtecnet/public_html/admin/app/webroot/' is executable

    I don’t know which version of CakePHP an old cake app is, since you’re not telling us, but looking at file permissions and chmod should point you in the right direction.

    WordPress has a nice article on permissions: https://book.cakephp.org/1.3/en/The-Manual/Developing-with-CakePHP/Installation-Preparation.html#permissions

    Something like this could help you out, if you have shell access to the server:

    # set the ownership to the webserver user (i. e. www-data)
    chown -R <insert_webserver_user_here> /home/vtecnet/public_html/admin/
    # set permissions recursively
    chmod -R 755 /home/vtecnet/public_html/admin/
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 微带串馈天线阵列每个阵元宽度计算
  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退