.htaccess绑定域名到子目录的方法

本主题由 纵云 创建于 2009-6-7 2:27:51

RewriteEngine on

# 把 yourdomain.com 改为你要绑定的域名.
RewriteCond %{HTTP_HOST} ^(www.)? yourdomain.com$

# 把 subfolder 改为要绑定的目录.
RewriteCond %{REQUEST_URI} !^/subfolder/

# 不要改以下两行.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# 把 subfolder 改为要绑定的目录.
RewriteRule ^(.*)$ /subfolder/$1

# subfolder/ 后面是首页文件index.php, index.html......
RewriteRule ^(/)?$ subfolder/index.php [L]

放心注册,GeeKaa不会虚耗你半点时间,你只会发现更多乐趣。 立即注册