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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

.htaccess如何判断空主机的域名啊?

[复制链接]
joyanhui 发表于 2009-7-24 12:49:00 | 显示全部楼层 |阅读模式
目录结构如下
/.htaccess
/bbs
/uchome
/ucenter

原来的时候做了一个引导页,分别给bbs和uchome做了链接.

现在想把首页修改为disucz

因为根目录下还有别的目录,怕目录太乱,所以在.htaccess写了子目录绑定的Rewrite规则
  1. RewriteCond %{HTTP_HOST} ^(www.)?123.com$
  2. # RewriteCond %{REQUEST_URI} !^/bbs/
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule ^(.*)$ /bbs/$1
  6. RewriteCond %{HTTP_HOST} ^(www.)?123.com$
  7. RewriteRule ^(/)?$ bbs/ [L]
复制代码
但是这个规则只支持 www.123.com 不支持123.com

求123.com绑定到子目录的方法
a2a2 发表于 2009-7-24 14:58:29 | 显示全部楼层
You’ve probably heard, by now, the jordan shoes or UGG Boots for sale online  are under a low price. Why not take a pair of Nike Shoes or UGG Slippers for ur  friend or yourself? Oh! Nearly forgot the Silver Jewelry, I mean Tiffany, they  are so cheap online. You may curious why I talked about these. I’m a fan of Air  Jordan and I collect ugg boots for my  collection.As you know, the jordan shoes selling in emporium is too expensive  for my income. With the aid of getting more jordan shoes, shopping online is a  choice if you are just a air jordans collector. Maybe some air jordans you got  wast the real Jordan Shoes, at least we can collect many series of nike shoes.
回复

使用道具 举报

xiaoyuwxz 发表于 2009-7-24 15:28:41 | 显示全部楼层
看下官方的那个rewrite帮助文件,利用IIS下的规则(把目录改写成变量的那个),不要指定目录直接放到主站的根目录就可以了,只要在主站的目录下,不管你的DZ装什么目录都可以起作用
如果你是装在其他虚拟站点上的,就只能用指定目录的规则了。
回复

使用道具 举报

lnxa 发表于 2009-7-25 09:19:52 | 显示全部楼层
用官方正则就行了
回复

使用道具 举报

 楼主| joyanhui 发表于 2009-7-25 14:56:19 | 显示全部楼层
麻烦各位能给看清楚俺的帖子
我的正则 是子目录绑定的  和discuz的规则没有任何关系
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 14:24 , Processed in 0.023120 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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