Apache2 设置网站所在目录

    Apache 2 设置网站所在目录 On ubuntu

   一:文件 /etc/apache2/apache2.conf

  二: 修改

      <Directory  Your web content's directory>

          Options Indexex FollowSymLinks

          AllowOverride None

          Require all granted 

      </Directory>

你可能感兴趣的:(Apache2 设置网站所在目录)