在localhost(LAMP)中链接

时间:2015-07-25 19:14:57

标签: linux apache2 server lamp

我新近(大约1个月)开始使用LAMP和Bootstrap。

我开发了一个完美的网站,直到我重新安装LAMP。

这是我的进步:

0. reinstalled LAMP
1. moved my "backup-ed" file to my "localhost" direction
2. I run "chmod 777 *"  to each dir and file
3. When I write "localhost" to my browser(firefox) the "index.html" is running 
4. When I click the link(say: <a href="index.html">index</a>)

浏览器回复:

http://localhost/undefined
Not Found

The requested URL /undefined was not found on this server.

Apache/2.4.7 (Ubuntu) Server at localhost Port 80

有没有什么方法可以解决这个问题,就像我写文件时完美地工作(链接)一样:///var/www/html/index.html。

我想使用LAMP的原因是添加.php文件来处理表单。

由于

2 个答案:

答案 0 :(得分:0)

点击http://localhost后会发生什么? 你到底看到了什么?试过http://localhost/html

根据apache conf,您的文档根目录是什么?

答案 1 :(得分:0)

您可能需要检查是否将文件放在根目录中。它应该在“htdocs”中。 的/ opt / LAMPP / htdocs中/

如果所有其他方法都失败了,您可以尝试使用xampp,它是灯泡的另一种免费替代品。