设置 phpBB3 以在本地网络上使用

发布于 2025-01-08 10:21:23 字数 203 浏览 1 评论 0原文

我想为我的公司实现一个论坛,由于某些信息安全原因,我无法使用网络托管服务器。因此,请给我一些设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

自此以后,行同陌路 2025-01-15 10:21:23

只需使用 wampserver 即可。将所有 phpbb 文件复制到 wamp/www 中您选择的目录中。将vhost ip和端口添加到php.ini,打开路由器上的本地端口。
您应该能够从网络上任何授权的电脑进行访问。

好的,这就是简短的版本。更多详细信息请参见此处。 http://forum.wampserver.com/read.php?2,62212

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

梦忆晨望 2025-01-15 10:21:23

或者使用 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]).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文