如何使用 LAMP 让你的 php 文件在本地运行

如何使用 LAMP 让你的 php 文件在本地运行

我在 ubuntu 20.04 服务器上安装了 LAMP,经过一番折腾,终于让一切恢复正常。但是我还没搞清楚如何php/html在本地运行我的文件。我一直使用 Windows 版 Xampp,现在不知道该如何处理 LAMP。

在 Xampp 中,只需将项目文件夹放入htdocs 文件夹中,然后在浏览器上运行以下命令:

my_IP_machine/site1

或用于其他项目

my_IP_machine/site2

就是这样。

但是如果我创建一个文件夹(例如mysite/var/www/,然后运行:

http://192.168.1.10/mysite/index.html

我有:

Not Found
The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at 192.168.1.10 Port 80

我也在这里阅读了该指南:

https://serverspace.io/support/help/install-lamp-stack-on-ubuntu-20.04

并尝试设置虚拟主机,但也没有用。你能帮我解决吗?谢谢

相关内容