Bluehost绑定主域名到任意目录

Bluehost的控制管理真是相当麻烦就拿域名与ftp目录对应的关系来说,都够头疼的,而且主域名也就是购买时候的域名竟然是/public_html/ 这个目录,也就是他是所有后添加网站的目录的上一层目录. 很显然,如果这个样的话 这个主域名怎么用啊,这样的话,子目录下的那些站点都成为主域名的副站点了.想象bluehsot控制面板管理真是人性化,结果寻找终于找到怎么绑定任意目录的方法了.是修改.htaccess,规则如下:

# Bluehost.com
# .htaccess main domain to subfolder 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 ’subfolder’ to be the folder you will use for your main domain.

RewriteCond %{REQUEST_URI} !^/subfolder/

# Don’t change this line.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Change ’subfolder’ to be the folder you will use for your main domain.

RewriteRule ^(.*)$ /subfolder/$1

# Change yourdomain.com to be your main domain again.
# Change ’subfolder’ to be the folder 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 ^(/)?$ subfolder/index.php [L]

备注:subfolder替换你在public_html/下建立的目录,yourmaindomain.com替换为你的域名

米粒在线
  • 本文由 发表于 2012年9月1日15:03:56
  • 转载请务必保留本文链接:https://www.miliol.org/195.html
科技

实用与智能并重!MIUI9详细体验 结尾有彩蛋

如今的智能手机,从某种意义上,手机硬件只是各个功能的载体,而系统则是实现各个功能的灵魂。 作为小米公司的第一款产品,MIUI从2010年最初发布起,就与米粉共同成长,开创了一周一更的模式,并且提供了...
网站建设

虚拟主机独立IP有什么好处?

独立IP(Bluehost禁止通过独立ip或者主域名访问子目录)虚拟主机,又称独立IP空间,顾名思义,就是具有独立IP的虚拟主机空间,并不是独立IP主机。普通虚拟主机只要配置上独立IP地址就是“独立I...
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: