首页 > Web开发 > 详细

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

时间:2016-03-06 09:52:39      阅读:306      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!