raksmart活动促销

分享

写回答

发帖

主域名→子文件夹,实际操作

BlueHost BlueHost 1490 人阅读 | 6 人回复

发表于 2010-6-24 23:21:25 | 显示全部楼层 |阅读模式

求助:  主域名→子文件夹,实际操作

官方说明文:http://helpdesk.bluehost.com/index.php/kb/article/000347

To setup the rewrite/redirect, edit the ~/public_html/.htaccess file.

是用flashfxp修改~/public_html/.htaccess file.
的话,前提是  怎么知道自己的主机信息呢,至今未收到邮件

回答|共 6 个

Copyright1

发表于 2010-6-24 23:53:08 | 显示全部楼层

把下列代码写进.htaccess。
其中yourmaindomain.com换成你的域名(不要加www)。

# Bluehost.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]

开心私塾

发表于 2010-6-25 09:12:02 | 显示全部楼层

主域名可以做301转向到子文件夹。设置一下.htaccess的规则,或是在cpanel面板中做301转向;
RAKSmart

kidjazz

发表于 2010-6-25 15:15:11 | 显示全部楼层

楼上的你好
我是如下操作的 请帮我检查一下 问题出在什么地方了
at001.jpg
at002.gif
at003.jpg
at004.jpg

Copyright1

发表于 2010-6-25 15:29:09 | 显示全部楼层

多了路径kongfudream
RAKSmart

开心私塾

发表于 2010-6-25 15:41:27 | 显示全部楼层

教你个简单的登陆cpanel面板点击domain下面Redirects在这个里面设置一下你要跳转到那个目录,如果你自己不会设置可以发信息我来帮你设置一下;我想问一下,为什么你的主站也打不开,你吧规则删了看看主站能不能打开?

[ 本帖最后由 开心私塾 于 2010-6-25 03:49 PM 编辑 ]

kidjazz

发表于 2010-6-25 22:14:18 | 显示全部楼层

回复 6# 的帖子

楼上的 请加我的Q
您需要登录后才可以回帖 登录 | 注册

本版积分规则