设置 phpBB3 以在本地网络上使用
我想为我的公司实现一个论坛,由于某些信息安全原因,我无法使用网络托管服务器。因此,请给我一些设置 phpBB3 论坛的指南,以便在本地网络 (LAN) 上使用。
假设我有一台 PC 作为服务器机器以及所需的任何软件(Windows Server 2008 或 Ubuntu 服务器、Apache、MySQL 5、PHP 5 ..)
非常感谢!
I want to implement a forum for my company, because of some information security I can't use a web hosting server. So please give me some guide to setup a phpBB3 forum for using on Local Network (LAN).
Assume that I have a PC for being server machine and any software needed (Windows server 2008 or Ubuntu server, Apache, MySQL 5, PHP 5 ..)
Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需使用 wampserver 即可。将所有 phpbb 文件复制到 wamp/www 中您选择的目录中。将vhost ip和端口添加到php.ini,打开路由器上的本地端口。
您应该能够从网络上任何授权的电脑进行访问。
好的,这就是简短的版本。更多详细信息请参见此处。 http://forum.wampserver.com/read.php?2,62212
phpbbphpbb3wampwampserverlocalhost
Just use wampserver. Copy all the phpbb files to your chosen directory in wamp/www. Add the vhost ip and port to the php.ini, Open the local port on router.
You should be able to access from any authorized pc on the network.
OK thats the short version. More detail here. http://forum.wampserver.com/read.php?2,62212
phpbbphpbb3wampwampserverlocalhost
或者使用 EasyPHP。
安装 EasyPHP 后,将 phpBB 解压到 EasyPHP 文件夹中的 www 目录(或子文件夹)中,然后转到 http://127.0.0.1/< /a> (或 http://127.0.0.1:8080 [不确定哪个是默认值])。
Or use EasyPHP.
Adter installing EasyPHP extract phpBB into the www directory in EasyPHP folder (or to a subfolder) and go to http://127.0.0.1/ (or http://127.0.0.1:8080 [not sure which one is the default]).