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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 【请教】开启静态,但首页是根目录下index.html,而不是/html/index.html

[复制链接]
盛盛 发表于 2009-5-16 22:08:06 | 显示全部楼层 |阅读模式
本帖最后由 盛盛 于 2009-5-16 22:11 编辑

开启静态后 首页变成了 www.xxx.com/html/index.html
如何让首页直接是 www.xxx.com/index.html  同时又不影响其他页面的静态链接
只把首页单独拉出来,把index.php这段代码找到了,请高手指教

  1. //默认首页
  2. if(!empty($channels['default']) && $channels['default'] != 'index.php') {
  3. if(strpos($channels['default'], '?')) {
  4.   sheader(S_URL.'/'.$channels['default']);
  5.   exit();
  6. } else {
  7.   include_once(S_ROOT.'./'.$channels['default']);
  8. }

  9. } else {
  10. if(!empty($_SCONFIG['htmlindex'])) {
  11.   $_SHTML['action'] = 'index';
  12.   $_SGLOBAL['htmlfile'] = gethtmlfile($_SHTML);
  13.   ehtml('get', $_SCONFIG['htmlindextime']);
  14.   $_SCONFIG['debug'] = 0;
  15. }
  16. $title = $_SCONFIG['sitename'];
  17. $keywords = $_SCONFIG['sitename'];
  18. $description = $_SCONFIG['sitename'];

  19. include template('index');
  20. ob_out();

  21. if(!empty($_SCONFIG['htmlindex'])) {
  22.   ehtml('make');
  23. } else {
  24.   maketplblockvalue('cache');
复制代码
PS 修改静态配置 html目录为根目录,会出问题,除首页外其他链接失效
谢谢
ug8 发表于 2009-5-16 23:04:35 | 显示全部楼层
那样是可以的自己搜索一下
回复

使用道具 举报

05273 发表于 2009-7-16 15:58:17 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-10 16:59 , Processed in 0.022530 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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