httpd.conf 文件最后加入 <Directory "网站绝对路径">     Options Indexes FollowSymLinks Includes ExecCGI     AllowOverride All     Require all granted </Directory> 例 <Directory "/home/wwwroot/bbs">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Require all granted
</Directory>
  配置后 重启apache 						 
					 |