VPS侦探论坛

 找回密码
 注册
查看: 6910|回复: 3

求助,lnmp安装后如何设置默认指向的网页?

[复制链接]
发表于 2012-5-8 17:38:43 | 显示全部楼层 |阅读模式

求助,lnmp安装后如何设置默认指向的网页?默认指向的是index.html的页面,可是我想让它指向论坛的一个页面forum.php,应该怎么设置呢,我在下面的index后加forum.php会显示数据库无法连接,但我直接用"域名/forum.php"却能访问,应该怎么设置呢,谢谢了,我都弄了2天了,实在弄不了,呜呜
server
        {
                listen       80;
                server_name www.lnmp.org;
                index index.html index.htm index.php;   #这里加forum.php不行
                root  /home/wwwroot/;
                location ~ .*\.(php|php5)?$
                        {
                                try_files $uri =404;
                                fastcgi_pass  unix:/tmp/php-cgi.sock;
                                fastcgi_index index.php;       #这里换成forum.php也不行

                                include fcgi.conf;
                        }
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2012-5-8 18:22:06 | 显示全部楼层


这是设置默认网页为forum后打开网页显示的错误
Warning: require(./source/class/class_core.php) [function.require]: failed to open stream: Permission denied in /home/wwwroot/forum.php on line 14

Fatal error: require() [function.require]: Failed opening required './source/class/class_core.php' (include_path='.:') in /home/wwwroot/forum.php on line 14
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
发表于 2012-5-8 19:26:00 | 显示全部楼层

直接用于吗就能访问到 域名/forum.php
discuz x ? 这个得需要你自己在discuz x里设置吧,这个得到discuz 论坛提问吧

Warning: require(./source/class/class_core.php) [function.require]: failed to open stream: Permission denied in /home/wwwroot/forum.php on line 14

Fatal error: require() [function.require]: Failed opening required './source/class/class_core.php' (include_path='.:') in /home/wwwroot/forum.php on line 14
都已经提示你错误信息了,你目录文件的权限设置问题,都与lnmp没关系
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2012-5-8 20:41:33 | 显示全部楼层

回复 3# 的帖子




我检查过权限了,都是设为644的,它提示的那个文件./source/class/class_core.php我还特意设为777都不行,但是我直接用'域名+/forum.php'却能正常访问,奇怪了
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-22 23:35 , Processed in 0.026063 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表