raksmart活动促销

分享

写回答

发帖

[提问] 免费主域名绑定到子目录 请帮忙看一下!

HostMonster HostMonster 2524 人阅读 | 2 人回复

发表于 2010-4-7 00:40:43 | 显示全部楼层 |阅读模式

# Hostmonster.com
# .htaccess main domain to subdirectory redirect
# Copy and paste the following code into the .htaccess file
# in the public_html folder of your hosting account
# make the changes to the file according to the instructions.
# Do not change this line.
RewriteEngine on
# Change yourdomain.com to be your main domain.
RewriteCond %{HTTP_HOST} ^(www.)?yourmaindomain.com$
# Change 'subdirectory' to be the directory you will use for your main domain.
RewriteCond %{REQUEST_URI} !^/subdirectory/
# Don't change this line.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Change 'subdirectory' to be the directory you will use for your main domain.
RewriteRule ^(.*)$ /subdirectory/$1
# Change yourdomain.com to be your main domain again.
# Change 'subdirectory' to be the directory you will use for your main domain
# followed by / then the main file for your site, index.php, index.html, etc.
RewriteCond %{HTTP_HOST} ^(www.)?yourmaindomain.com$
RewriteRule ^(/)?$ subdirectory/index.php [L]


这是在与客服聊天 给的链接  请大哥帮忙,能不能 完整的译过来呢 .htaccess

回答|共 2 个

开心私塾

发表于 2010-4-7 09:41:23 | 显示全部楼层

这个可以去找翻译版块或是Google一下。

manbubiz

发表于 2010-4-7 10:26:45 | 显示全部楼层

基本不用翻译,前面带有#的都是注释行,不用管。你只要把文件中所有yourmaindomain.com都替换成你的域名比如test123.net,最后一行subdirectory/index.php换成你网站对应的目录的起始文件比如test-net/index.htm就可以了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

HostMonster讨论

HostMonster
优惠码:优惠链接
介绍:HostMonster美国主机商成立于1996年,总部位于犹他州普罗沃,提供主机托管服务,在业内有比较有实力,而且口碑也不错。HostMonster美国主机性价比较高,而且基本不会额外收取费用,其无限型方案支持无限磁盘空间,无限带宽和电子邮件帐户,提供免费域名1个。
查看更多

p910

发表主题