Bugzilla:重定向到外部网站

Bugzilla:重定向到外部网站

我刚刚在服务器上全新安装了 CentOS 7,但在启动和运行 Web 应用程序时遇到了问题。

我正在安装 Bugzilla,但最后却遇到了困难。

我已使用本指南来帮助我:http://blog.hyperexpert.com/how-to-install-the-latest-bugzilla-on-centos/

查看我的历史记录,出于某种原因,我在尝试排除故障时运行了以下命令:$ wgethttp://dl.fedoraproject.org/pub/epel/7/x86_64/

现在,我导航到以下页面后被定向到http://localhost/bugzilla

不好了!

我现在很困惑。我很确定运行上面提到的命令与此重定向有关。然而,这超出了我目前的知识范围,而且我已经好几天没有找到任何线索了。

答案1

进入运行 wget 命令时所在的目录并删除 index.html 文件。

答案2

也许实际上遵循官方 Bugzilla 项目说明会更有意义?:-)

http://bugzilla.readthedocs.org/en/latest/installing/index.html

相关内容