I have build a site working on my localhost using xampp on windows7. Now, I my colleagues want to access and use that site in our small office.
我试图使用自己系统的IP地址访问网站 但有些乌轮正在转向当地主机 办公室里没有其它电脑的当地主机
问题是网站是用 CodeIgniter 框架构建的,因此它包含一个常数 site_url
, 它的价值是 http://localhost/site
。
我知道我需要一个服务器(或域控制器), 我必须把我的网站放在服务器上, 以便所有其他电脑都能访问它。
没有办公室服务器使用的计算机,我无法理解如何满足需要。