美国虚拟主机资讯

美国虚拟主机,美国主机,国外主机资讯。关于国外的虚拟主机,VPS,独立主机一切信息

Archive for the ‘cPanel’ Category

Lunarpages 控制面板可自动安装的程序列表及介绍

Tuesday, December 4th, 2007

Fantastico自动安装程序列表及介绍

Blogs  
Nucleus
WordPress

Content Management       CMS系统
Geeklog
Joomla
phpWCMS
phpWebSite
Post-Nuke
Siteframe

Customer Relationship  客户关系
Crafty Syntax Live Help
Help Center Live
osTicket
PHP Support Tickets
Support Logic Helpdesk
Support Services Manager

Discussion Boards  论坛
SMF

E-Commerce   电子商务(网店)
CubeCart
OS Commerce
Zen Cart

F.A.Q.
FAQMasterFlex

Image Galleries   相册
4Images Gallery

Mailing Lists   邮件列表
PHPlist

Polls and Surveys   投票调查
Advanced Poll
phpESP
PHPSurveyor

Project Management      项目管理

dotProject
PHProjekt

Site Builders    自助建站
Templates Express

Wiki
PhpWiki

Other Scripts   其他
Dew-NewPHPLinks
Moodle
Noahs Classifieds
Open-Realty
PHPauction
phpFormGenerator

程序问题可以到这里讨论: http://www.idcspy.com/bbs/forum-60-1.html

如何让主域名指向public_html下的子目录

Friday, September 21st, 2007

编辑public_html目录下的.htaccess文件,加入如下语句.如果public_html下没有.htaccess文件,新建一个即可.

注意:将 yourmaindomain.com修改为你的域名,将subfolder修改为你要指向的public_html下的子目录.最后一行中的index.php修改为你的网站的主页名称.(修改粗体表示的内容,其他内容不要改动)

# www.host114.org
# .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.

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]

cPanel中如何绑定多个域名到同一个网站

Thursday, September 20th, 2007

在cPanel中可以用addon domain添加新网站,但是很多人有这样的需求,如何将多个域名绑定到同一个网站。例如本站就绑定了两个域名,用www.enamebiz.comwww.idcspy.com访问到的是同一个网站。

下面以本站域名为例来说明一下操作过程。
如果要把其他的域名绑定到主域名对应的网站,很容易,直接在Parked Domain添加域名既可。
下面来说明一般的情况,要绑定的网站是用addon domain添加的如何操作。
以本站为例,假设已经用addon domain的功能添加了一个网站www.enamebiz.com对应的文件夹(Username/directory/subdomain Name: )是enamebiz,现在要绑定一个新的域名idcspy.com到已经有的这个网站。
还是使用addon domain添加域名idcspy.com,但是注意,对应的文件夹(Username/directory/subdomain Name: )不能使用默认的,而是修改为要绑定的那个网站对应的文件夹,我们这里用的是www.enamebiz.com对应的enamebiz,然后点击addon domain添加新域名。这样www.idcspy.com就绑定到原来的网站了,从而实现了多个域名绑定到一个网站。

邮局管理-cPanel使用说明十

Monday, September 17th, 2007

一. 邮箱管理界面
1。登录cPanel
2. 点击Mail 进入邮箱管理界面,有如下设置选项:
Web Mail  webmail界面
Email Domain Forwarding  邮件转发
Add/Remove/Manage Accounts 增加/删除/管理 账户
Default Address  默认地址设置
Auto-responders 自动回复
Email Filtering 邮件过滤
Forwarders 转发
Mailing Lists 邮件列表
SpamAssassin 垃圾邮件过滤
Trace an E-mail Address 邮件路由
Modify Mail Exchanger (MX Entry) 修改MX记录

二。新建,删除,管理邮件帐号

1。登录cPanel
2. 点击Mail 进入邮箱管理界面
3. 点击Add/Remove/Manage Accounts管理邮件帐号
上面部分是现有邮件账户列表,
点击对应帐号后面的Delete删除帐号,
点击 Read Webmail登录邮箱界面,
点击Change Quota修改邮箱大小,
点击Change Pass修改密码,
Configuring Mail Client自动配置outlook 及pop smtp服务器说明
4.点击Add Account开始新建邮件帐号
E-mail:前面填写名称,后面选择域名。addon到账户中的域名都可以使用
Password: 邮箱密码
Quota  设置邮箱大小

5. 填写好以后点击Creat创建邮箱

三。通过网页收发邮件

邮箱登录地址:http://yourdomain.com/webmail
用户名输入邮箱地址,例如:ceshi@lunarpagescn.com 输入密码 然后回车进入邮箱
提供多种邮箱界面供选择,根据自己的喜好选择。其中Horde有中文界面,英语不好的可以选择这个管理邮箱。点击要选择的邮箱程序名称进入邮箱
界面和一般的邮箱管理差不多。

四。POP和SMTP服务器