/ 中存储网

lamp环境中解决Apache 403的问题

2013-09-27 09:51:01 来源:kejihao

安装了lamp,访问网站。报错403

<IfModule dir_module>

DirectoryIndex index.html  index.jsp

</IfModule>

其中也可能是,但是这个地方我在配置的时候修改过了

<Directory /> 

Options FollowSymLinks 

AllowOverride None 

Order deny,allow 

deny from all  更改为allow from all 

Satisfy all 

</Directory>