解决问题Forbidden You don‘t have permission to access this resource.

问题出现:
在本机windows下创建了html文件与php文件 使得网站起交互作用,可本机没有配置Apache与Nginx,在虚拟机得centos8下配置了php+apache+mysql得环境,但是将实体机得php与html文件移动到 Centos Apache得解析目录下出现
解决问题Forbidden You don‘t have permission to access this resource._第1张图片
相应得php文件也
解决问题Forbidden You don‘t have permission to access this resource._第2张图片
自己手动写了简单得php文件,html文件


echo "autumn";
?>
<html>
<head>
<title>Autumntitle>
head>
<body>
body>
html>

均可以运行
解决问题Forbidden You don‘t have permission to access this resource._第3张图片
解决问题Forbidden You don‘t have permission to access this resource._第4张图片
想了好久才怀疑文件本身,是不是可读文件
解决问题Forbidden You don‘t have permission to access this resource._第5张图片
加上执行权限

chmod a+r html
chmod a+r index.php

解决问题Forbidden You don‘t have permission to access this resource._第6张图片
解决问题Forbidden You don‘t have permission to access this resource._第7张图片
解决问题Forbidden You don‘t have permission to access this resource._第8张图片
可以了哈哈

你可能感兴趣的:(linux,php,apache,php,html5,linux,centos)