Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
123
返回列表 发新帖

在伪静态下,首页为index.html的方法

[复制链接]
kaia12 发表于 2010-2-22 23:07:56 | 显示全部楼层
收藏了~~~~~
回复

使用道具 举报

diannaodian 发表于 2010-2-23 10:28:35 | 显示全部楼层
我怎么找不到这个文件?common.func.php
回复

使用道具 举报

heartzlp 发表于 2010-4-2 09:23:04 | 显示全部楼层
本帖最后由 heartzlp 于 2010-4-2 09:27 编辑

回复 1# lidq.jingwu


    老大。为啥我按照方法修改后,我的首页还是无法找到该页,是不是哪里出错了,
我的网址:www.0371xky.cn,导航里的首页打开后,提示无法找到该页
按照你的方法操作的,问题出在哪里了

我的伪静态配置:
###        将 RewriteEngine 模式打开
RewriteEngine On

###        修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /
RewriteBase /

###        Rewrite 系统规则请勿修改
RewriteRule ^/index.html$ /index.php [L]
RewriteRule ^([0-9]+)/spacelist(.+)$ index.php?uid/$1/action/spacelist/type$2 [L]
RewriteRule ^([0-9]+)/viewspace(.+)$ index.php?uid/$1/action/viewspace/itemid$2 [L]
RewriteRule ^([0-9]+)/viewbbs(.+)$ index.php?uid/$1/action/viewbbs/tid$2 [L]
RewriteRule ^([0-9]+)/(.*)$ index.php?uid/$1/$2 [L]
RewriteRule ^([0-9]+)$ index.php?uid/$1 [L]

RewriteRule ^action(.+)$ index.php?action$1 [L]
RewriteRule ^category(.+)$ index.php?action/category/catid$1 [L]
RewriteRule ^viewnews(.+)$ index.php?action/viewnews/itemid$1 [L]
RewriteRule ^viewthread(.+)$ index.php?action/viewthread/tid$1 [L]
RewriteRule ^mygroup(.+)$ index.php?action/mygroup/gid$1 [L]


不知道那里出错了,看看吧,其他的页面 没问题
回复

使用道具 举报

zb787 发表于 2010-4-3 22:55:42 | 显示全部楼层
与楼上相同问题
回复

使用道具 举报

twww2005 发表于 2010-4-4 22:24:50 | 显示全部楼层
做个记号先
回复

使用道具 举报

偶尔郁闷 发表于 2010-4-20 21:39:44 | 显示全部楼层
测试成功

RewriteRule ^/index.html$ /index.php [L]

^/index.html去掉个/才成功
回复

使用道具 举报

XXMARK 发表于 2010-12-25 16:11:17 | 显示全部楼层
非常感谢,有意思
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:28 , Processed in 0.025247 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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