gpt4 book ai didi

php - 在 Fedora 上安装 MediaWiki 的问题

转载 作者:太空宇宙 更新时间:2023-11-04 11:31:33 25 4
gpt4 key购买 nike

我正在尝试在 fedora 17 上安装 MediaWiki

我已按照以下说明进行操作 install guide .

我到了应该在本地主机/wiki 页面上配置 MediaWiki 的阶段。

相反,我得到一个指定该目录下文件的页面。

看来我的 php 设置/安装有问题。

如果您需要我发布更多信息,请告诉我。

关于如何解决这个问题有什么想法吗?


编辑:以下文件可见

[TXT]   api.php 12-Apr-2011 04:07   4.5K     
[DIR] config/ 12-Jun-2012 12:58 -
[DIR] images/ 12-Jun-2012 12:58 -
[TXT] index.php 01-Jan-2010 23:09 4.2K
[TXT] opensearch_desc.php 21-Mar-2009 18:48 3.0K
[DIR] skins/

感谢现在 php 页面的源代码显示在其中出现以下消息

* This is the main web entry point for MediaWiki.
*
* If you are reading this in your web browser, your server is probably
* not configured correctly to run PHP applications!

有什么配置方法吗?

提前致谢

最佳答案

你可以尝试添加一个

.htaccess

文件到你看到的目录,有:

Options -Indexes

在其中,禁用目录列表。

编辑:

查看本地 Apache 文件夹中的 httpd.conf 文件。您需要修改 DirectoryIndex 值以显示 index.php 也:

DirectoryIndex index.php index.html index.htm 

编辑 2:

要运行安装脚本,你需要webserver/apache 用户可写的“config”目录。

chmod a+w config 

重启apache:

service httpd restart

然后重新加载页面。

HTH

关于php - 在 Fedora 上安装 MediaWiki 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10998373/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com