LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: miocn 於 一月 10, 2007, 09:38:59 上午



主題: 请教关于二级域名的问题
作者: miocn一月 10, 2007, 09:38:59 上午
安装环境: FreeBSD 6.1 + FAMP2.0

首先DNS设置泛域名解析 

虚拟机设置如下:

NameVirtualHost *:80       
<VirtualHost *:80>         
        ServerAdmin xxx@xxx.cn
        <Directory "/home/wwwroot/lifetype">
        DirectoryIndex summary.php index.php
        </Directory>       
        DocumentRoot /home/wwwroot/lifetype
        ServerName www.plog.xxx.cn
        ServerAlias *.plog.xxx.cn
        ErrorLog /var/log/plog.xxx.cn-error_log
        CustomLog /var/log/plog.xxx.cn-access_log common
</VirtualHost>


最后再在lifetype开启了二级域名功能,
base_url=http://plog.xxx.cn
subdomains_base_url= http://{username}.plog.xxx.cn
-------------------------------------------------------------------------------------------
最是最后所有从usrname.plog.xxx.cn 访问的网页都会自动转到第一个用户的页面。
我想请教各位大哥,什么原因? 怎么解决?
谢谢!


主題: Re: 请教关于二级域名的问题
作者: winman一月 10, 2007, 06:56:26 下午
subdomains_enabled 项是否有启用?  :-)


主題: Re: 请教关于二级域名的问题
作者: miocn一月 12, 2007, 03:13:43 下午
谢谢楼上的哥哥,上述功能已经开启,但是没有成功。


主題: Re: 请教关于二级域名的问题
作者: winman一月 16, 2007, 07:09:33 上午
是否方便告知URL?这样可以了解多点。