在Ubuntu 16.04上部署PHP应用

时间:2018-08-23 14:26:09

标签: apache .htaccess apache2 ubuntu-16.04

我正在尝试在数字海洋滴Ubuntu 16.04上部署我的应用程序。

当我访问网站(example.com)时,它会显示index.php的内容

虚拟主机文件如下所示:

  ServerName example.com
  ServerAlias www.example.com
  DocumentRoot /var/www/myproject
  DirectoryIndex index.php

  <Directory /var/www/myproject>
   AllowOverride All
   Allow from All
  </Directory>

有什么想法可以解决此问题吗?

0 个答案:

没有答案