我正在运行 apache2 + php5。
当我访问 www.mysite.com/index.php 时,一切都正常。
当我访问 www.mysite.com/(即没有特定文件名)时,服务器仅提供该 PHP 文件的文本,因此解释器不会运行。为什么?
网站根目录中没有其他文件。
我在这里遗漏了什么?
答案1
确保 DirectoryIndex 指令包含 index.php;否则它不会自动转到该文件。
我正在运行 apache2 + php5。
当我访问 www.mysite.com/index.php 时,一切都正常。
当我访问 www.mysite.com/(即没有特定文件名)时,服务器仅提供该 PHP 文件的文本,因此解释器不会运行。为什么?
网站根目录中没有其他文件。
我在这里遗漏了什么?
确保 DirectoryIndex 指令包含 index.php;否则它不会自动转到该文件。