LunarPages主域名绑子目录,更换LunarPages主域名 使用.htaccess重定向
[url=http://www.idc866.com/forum-8-1.html]LunarPages[/url]主域名绑子目录,更换LunarPages主域名关于主域名指向文件夹
LunarPages空间开通后,主域名是默放绑定在主目录上的(/public_html)
---------
主域名一般都默认指向 /public_html 文件夹 这就意味这 我用主域名做网站就要向这个文件夹上传很多文件
但是用Addon Domains 添加 新的域名后 生成的文件夹 也是在/public_html目录下的
这样搞以后,新域名的文件夹 和主域名目录里的文件及文件夹在一起 看起来很乱啊`
[b]我要问的就是
1. 主域名指向的文件夹能不能更改指向/public_html下的一个子目录里?
2.主域名能不能用一个2级域名?[/b]
[b][color=blue]方法一:更换主域名,(更换主域名就可以要求把现有域名完全从主机上删除)[/color][/b]
[b][color=#0000ff][/color][/b]
[b][color=blue] 写信给LF客服要求更换主域名,随便选择一个域名发给LF,把主域名换下来。。[/color][/b]
[b][color=blue][/color][/b]
[b][color=blue] 更换主域名,必需写信客服操作,更换主域名后。建立的网站自动带的主域名的二级域名将失效。。[/color][/b]
[b][color=blue][/color][/b]
[b][color=blue] 主域名更换后,也就是从LF主机上删除域名后。就可以,用来添加域名绑定子目录了。[/color][/b]
[b][color=red] 注:有的把[url=http://www.idc866.com/forum-8-1.html]LunarPages[/url]主域名转出去,如转至GD,再在GD管理主域名。。这样还是没有删除LF的主目录上绑定主域名。[/color][/b]
[b][color=red] 必需写信客服操作,清除后才可以再重新绑定到LF主机上,做子目站。[/color][/b]
参考:[url=http://bbs.idcspy.com/thread-22541-1-1.html]http://bbs.idcspy.com/thread-22541-1-1.html[/url]
[color=blue][b]方法二:修改.htaccess配置文件 那就不是绑定在目录呀,是转发了。。[/b][/color]
[b][color=#0000ff][/color][/b]
[b][color=#0000ff] [url=http://lpfaq.com/lunarpages-tutorials/lunarpages-main-domain-to-subfolder-redirect]http://lpfaq.com/lunarpages-tutorials/lunarpages-main-domain-to-subfolder-redirect[/url][/color][/b]
[b][color=#0000ff] [/color][/b] LunarPages主机更换主域名
有些站长在申请? [url=http://www.idc866.com/forum-8-1.html]Lunarpages[/url]主机 时,填入了一个网站的域名,那个网站域名将是主机帐户里的主域名(primary domain name),不过,这些站长过后,基于某些原因,想要更换主域名却不清楚是否可以这么做以及如何更换。 Lunarpages可以让你更换主域名,而且更
有些站长在申请?Lunarpages主机时,填入了一个网站的域名,那个网站域名将是主机帐户里的主域名(primary domain name),不过,这些站长过后,基于某些原因,想要更换主域名却不清楚是否可以这么做以及如何更换。
Lunarpages可以让你更换主域名,而且更改主域名的服务是免费的,你需要联络Lunarpages主机商的客服[email=support@lunarpages.com]support@lunarpages.com[/email]说明你要更改主域名(primary domain name),你在发给LunarPages客服的邮件里提供以下资料:
1、新主域名,如果你是使用自己注册申请的域名,指明own registered domain,如果你在购买Lunarpages主机空间时还没有使用Lunarpages提供的免费域名(.com,.net,.ca,.co.uk,.us,.biz,.info,.org),这时候就可以提出要申请一个“Free Domain”域名。
2、主机帐户名字
3、信用卡的最后4个数字(这个资料主要是验证用的)
4、此外也要说明如何处置你的旧主域名,是否把旧的主域名删除(remove),或停放(parked)到Lunarpages主机帐户,或把它转换去Addon Domain,你可以参考以下的英文邮件模式,稍作修改(红色字体部分)后就可以发给Lunarpages客服了。
Hi,
I have a hosting account with Lunarpages. Due to certain reasons, I would like to change my current primary domain name: [url=http://www.your-old-domain.com/]www.YOUR-OLD-DOMAIN.com[/url] in my hosting account. I hereby provide the necessary information to facilitate these changes:
1. New primary domain: [url=http://www.your-new-domain.com/]www.YOUR-NEW-DOMAIN.com[/url] (This is a own registered domain)
2. Hosting account name: buyhandp
3. Last 4-digit of credit card: 9348
4. Please remove / park / addon my current primary domain name.
If you need further information, please let me know. Thank you.
Regards
Your Name 如何让主域名指向public_html下的子目录
编辑public_html目录下的.htaccess文件,加入如下语句.如果public_html下没有.htaccess文件,新建一个即可.
注意:将 yourmaindomain.com修改为你的域名,将subfolder修改为你要指向的public_html下的子目录.最后一行中的index.php修改为你的网站的主页名称.(修改粗体表示的内容,其他内容不要改动)
# [url]www.idc866.com[/url]
# .htaccess main domain to idc886 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.
RewriteEngine on
# Change yourdomain.com to be your main domain.
RewriteCond %{HTTP_HOST} ^(www.)?idc866.com$
# Change ’idc886’ to be the folder you will use for your main domain.
RewriteCond %{REQUEST_URI} !^/idc886/
# Don’t change this line.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Change ’idc886’ to be the folder you will use for your main domain.
RewriteRule ^(.*)$ /idc886/$1
# Change yourdomain.com to be your main domain again.
# Change ’idc886’ 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.)?idc866.com$
RewriteRule ^(/)?$ idc886/index.php [L] LunarPages主域名绑子目录,更换LunarPages主域名
页:
[1]