Apache Forbidden You don’t have permission to access / on this server.

此处主要是因为访问权限的问题,查看以下两个问题

1、配置 Dictonary权限

     <Directory “/Users/GongchuanYu/Documents/code/cloudintelligence/sencha”>

        AllowOverride All

        Allow from all

         # OSX 10.10 / Apache 2.4

         #Require all granted

     </Directory>

 

2、文件夹权限

linux中修改文件夹的权限  chmod +755 site(网站路径)