标签:
好久不没弄 apache和php了,突然遇到这种奇葩的问题,本来想直接在网上找现成的解决思路,结果网上搜索花了不少功夫,也没找到原因。
后来看日志文件:apache\logs\error.log发现了蛛丝马迹。
讲
大概是没有启用php的short_open_tag。
打开php\php.ini修改short_open_tag = On,重启apache,测试就没问题了。
Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server
原文地址:http://www.cnblogs.com/yelaiju/p/5236051.html