码迷,mamicode.com
首页 > Web开发 > 详细

linux下配置lamp时候出现The requested URL /info.php was not found on this server问题

时间:2016-03-06 09:53:31      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

在经历修改各种配置文件和各种文件权限后,发现了怎么解决

 

 

On newer versions of Ubuntu, the document root is set to /var/www/html instead of /var/www.

You might have followed an old tutorial which was written for Ubuntu 12.04.

If /var/www/html exists, try moving info.php to it.

 

Moving Files

Directory: $ cd /var/www/
Command: $ mv info.php html

In the browser, enter yourip/info.php and good.

linux下配置lamp时候出现The requested URL /info.php was not found on this server问题

标签:

原文地址:http://www.cnblogs.com/dabaitu/p/5246553.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!