


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>帝仑网络美国主机站——买美国主机就到帝仑网络美国主机站</title>
	<atom:link href="http://chamidc.com/feed" rel="self" type="application/rss+xml" />
	<link>http://chamidc.com</link>
	<description>帝仑网络美国主机站</description>
	<lastBuildDate>Fri, 23 Dec 2011 08:47:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Arvixe主机稳定性测试</title>
		<link>http://chamidc.com/arvixe/arvixe-host-stability-test.html</link>
		<comments>http://chamidc.com/arvixe/arvixe-host-stability-test.html#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:44:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arvixe]]></category>
		<category><![CDATA[速度]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4270</guid>
		<description><![CDATA[Arvixe 主机的稳定性事非常好的，经常保持在99%，经常过来看的朋友肯定发现为什么没有五月的，实际上帝仑网络也不清楚为什么Pingdom没有发过来五月的统计报告，刚收到六月的报告，事实证明Arvixe确实用起来还可以，只是有时候国际线路等众所周知的问题，导致速度有些慢了，近来的使用情况灰都非常的好。]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://arvixe.chamidc.com/">Arvixe</a></strong> 主机的稳定性事非常好的，经常保持在99%，经常过来看的朋友肯定发现为什么没有五月的，实际上帝仑网络也不清楚为什么Pingdom没有发过来五月的统计报告，刚收到六月的报告，事实证明<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/arvixe" title="查看 Arvixe 中的全部文章" target="_blank">Arvixe</a></span>确实用起来还可以，只是有时候国际线路等众所周知的问题，导致<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e9%80%9f%e5%ba%a6" title="查看 速度 中的全部文章" target="_blank">速度</a></span>有些慢了，近来的使用情况灰都非常的好。<img src="http://chamidc.com/wp-content/uploads/auto_save_image/2011/12/074342iZe.gif" alt="" width="600" height="611" /></p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/arvixe/arvixe-host-stability-test.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arvixe主机配置默认文档</title>
		<link>http://chamidc.com/arvixe/arvixe-host-to-configure-the-default-document.html</link>
		<comments>http://chamidc.com/arvixe/arvixe-host-to-configure-the-default-document.html#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:33:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arvixe]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4268</guid>
		<description><![CDATA[  不同的程序需要设置不同的默认主页，比如主页文件是Default.asp，而默认文件是Index.asp那么你的程序就不能在运行了。    在Arvixe的ASP主机中就存在不能设置默认主页的问题，这样我们就需要使用Web.config配置文件来实现我们需要的默认主页了。 默认的配置文件如下： &#60;?xml version=”1.0″ encoding=”UTF-8″?&#62; &#60;configuration&#62; &#60;system.webServer&#62; &#60;directoryBrowse enabled=”true” /&#62; &#60;defaultDocument&#62; &#60;files&#62; &#60;clear /&#62; &#60;add value=”Default.htm” /&#62; &#60;add value=”Default.asp” /&#62; &#60;add value=”index.htm” /&#62; &#60;add value=”Default.aspx” /&#62; &#60;add value=”index.php” /&#62; &#60;add value=”index.html” /&#62; &#60;add value=”index.pl” /&#62; &#60;add value=”default.html” &#8230; <a href="http://chamidc.com/arvixe/arvixe-host-to-configure-the-default-document.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>  不同的程序需要设置不同的默认主页，比如主页文件是Default.asp，而默认文件是Index.asp那么你的程序就不能在运行了。</p>
<p>   在<strong><a href="http://arvixe.chamidc.com">Arvixe</a></strong>的ASP主机中就存在不能设置默认主页的问题，这样我们就需要使用Web.config配置文件来实现我们需要的默认主页了。</p>
<p>默认的配置文件如下：</p>
<blockquote><p>&lt;?xml version=”1.0″ encoding=”UTF-8″?&gt;<br />
&lt;configuration&gt;<br />
&lt;system.webServer&gt;<br />
&lt;directoryBrowse enabled=”true” /&gt;<br />
&lt;defaultDocument&gt;<br />
&lt;files&gt;<br />
&lt;clear /&gt;<br />
&lt;add value=”Default.htm” /&gt;<br />
&lt;add value=”Default.asp” /&gt;<br />
&lt;add value=”index.htm” /&gt;<br />
&lt;add value=”Default.aspx” /&gt;<br />
&lt;add value=”index.php” /&gt;<br />
&lt;add value=”index.html” /&gt;<br />
&lt;add value=”index.pl” /&gt;<br />
&lt;add value=”default.html” /&gt;<br />
&lt;/files&gt;<br />
&lt;/defaultDocument&gt;<br />
&lt;/system.webServer&gt;<br />
&lt;/configuration&gt;</p></blockquote>
<p>很明显这是一个XML文件，其中system.webServer目录为当前<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e6%9c%8d%e5%8a%a1%e5%99%a8" title="查看 服务器 中的全部文章" target="_blank">服务器</a></span>的配置目录，如果您选择的是asp.net程序，那么请注意不要用你的web.config覆盖掉这个web.config，而是应该将这个文件改写。</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/arvixe/arvixe-host-to-configure-the-default-document.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost特色 介绍</title>
		<link>http://chamidc.com/bluehost/bluehost-features-description.html</link>
		<comments>http://chamidc.com/bluehost/bluehost-features-description.html#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[bluehost-使用帮助]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4266</guid>
		<description><![CDATA[  BlueHost和Hostmonster、Fastdomain同属一家公司的不同名牌，相比较而言BlueHost定位高端用户和企业用户，Hostmonster定位于个人用户和外贸用户，而Fastdomain早期是在后台为BlueHost和Hostmonster提供域名服务，现在也开始提供虚拟主机服务，定位与Hostmonster相同。所以Bluehost特色就是服务器上企业用户多，这样的好处有两点：一方面企业用户多，企业网站一般访问量不大所以占用系统资源不多，且个人网站少的话，避免个人网站经常出现由于采集或者流量太大影响服务器的稳定；另一方面，企业网站多个人网站少，使你即使共享IP也基本上不会被封。]]></description>
			<content:encoded><![CDATA[<p><strong></strong>  BlueHost和Hostmonster、Fastdomain同属一家公司的不同名牌，相比较而言BlueHost定位高端用户和企业用户，Hostmonster定位于个人用户和外贸用户，而Fastdomain早期是在后台为BlueHost和Hostmonster提供域名服务，现在也开始提供虚拟主机服务，定位与Hostmonster相同。所以<a href="http://chamidc.com/bluehost/bluehost-host-benefits-description.html">Bluehost特色</a>就是服务器上企业用户多，这样的好处有两点：一方面企业用户多，企业网站一般访问量不大所以占用系统资源不多，且个人网站少的话，避免个人网站经常出现由于采集或者流量太大影响服务器的稳定；另一方面，企业网站多个人网站少，使你即使共享IP也基本上不会被封。</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/bluehost/bluehost-features-description.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostmonster主机价格介绍</title>
		<link>http://chamidc.com/hostmonster/hostmonster-host-introduced-price.html</link>
		<comments>http://chamidc.com/hostmonster/hostmonster-host-introduced-price.html#comments</comments>
		<pubDate>Tue, 06 Dec 2011 01:28:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HostMonster]]></category>
		<category><![CDATA[hostmonster-方案介绍]]></category>
		<category><![CDATA[免费域名]]></category>
		<category><![CDATA[购买]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4264</guid>
		<description><![CDATA[   Hostmonster主机越来越受到国内用户的好评，主机的性价比和稳定性都得到了肯定，我们也会尽最大的努力，翻译更多关于Hostmonster主机知识，为用户提供更多的便利。    Hostmonster主机的价格很少有浮动，大多时间都是5.95美金一月，购买主机可以获得一年的免费域名。如果你选择使用免费域名，那么你将在下次续费的时候收取域名费用10$/year. Hostmonster任何客户可以在任何你需要的时候订购独立IP服务，HostMonster将收取$30/year($2.5/mo) HostMonster提供的SSL证书服务，最低价格是$45/year.   总体来看Hostmonster主机的价格还是非常合理的，搭建外贸网站的首选主机。详细购买方法请参考《Hostmonster主机购买》]]></description>
			<content:encoded><![CDATA[<p>   <strong><a href="http://hostmonster.chamidc.com">Hostmonster</a></strong>主机越来越受到国内用户的好评，主机的性价比和稳定性都得到了肯定，我们也会尽最大的努力，翻译更多关于Hostmonster主机知识，为用户提供更多的便利。</p>
<p>   Hostmonster主机的价格很少有浮动，大多时间都是5.95美金一月，<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e8%b4%ad%e4%b9%b0" title="查看 购买 中的全部文章" target="_blank">购买</a></span>主机可以获得一年的<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e5%85%8d%e8%b4%b9%e5%9f%9f%e5%90%8d" title="查看 免费域名 中的全部文章" target="_blank">免费域名</a></span>。如果你选择使用<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e5%85%8d%e8%b4%b9%e5%9f%9f%e5%90%8d" title="查看 免费域名 中的全部文章" target="_blank">免费域名</a></span>，那么你将在下次续费的时候收取域名费用10$/year.</p>
<p>Hostmonster任何客户可以在任何你需要的时候订购独立IP服务，<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/hostmonster" title="查看 HostMonster 中的全部文章" target="_blank">HostMonster</a></span>将收取$30/year($2.5/mo)</p>
<p><span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/hostmonster" title="查看 HostMonster 中的全部文章" target="_blank">HostMonster</a></span>提供的SSL证书服务，最低价格是$45/year.</p>
<p>  总体来看Hostmonster主机的价格还是非常合理的，搭建外贸网站的首选主机。详细<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e8%b4%ad%e4%b9%b0" title="查看 购买 中的全部文章" target="_blank">购买</a></span>方法请参考《<a href="http://chamidc.com/hostmonster/the-most-detailed-hostmonster-host-3-95-month-to-buy-the-entire-process.html">Hostmonster主机购买</a>》</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/hostmonster/hostmonster-host-introduced-price.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost安装Magento常见错误</title>
		<link>http://chamidc.com/bluehost/bluehost-install-magento-common-errors.html</link>
		<comments>http://chamidc.com/bluehost/bluehost-install-magento-common-errors.html#comments</comments>
		<pubDate>Mon, 05 Dec 2011 03:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[bluehost-使用帮助]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4261</guid>
		<description><![CDATA[Magento电子商务系统虽然功能强大，但是由于其复杂的技术，对虚拟主机的要求也相当的苛刻，前几天笔者发布了一篇《Bluehost成为Magento推荐主机》,今天如何解决安装Magento最常出现的错误内存分配： PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home1/********/public_html/magento/app/code/core/Mage/Catalog/Model/Product/Media/Config.php on line 42 PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home1/********/public_html/magento/lib/Zend/Date.php on line &#8230; <a href="http://chamidc.com/bluehost/bluehost-install-magento-common-errors.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Magento电子商务系统虽然功能强大，但是由于其复杂的技术，对虚拟主机的要求也相当的苛刻，前几天笔者发布了一篇《<a href="http://chamidc.com/bluehost/bluehost-host-a-magento-recommended.html">Bluehost成为Magento推荐主机</a>》,今天如何解决安装Magento最常出现的错误内存分配：</p>
<blockquote><p>PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home1/********/<a href="http://chamidc.com/tag/public_html" class="st_tag internal_tag" rel="tag" title="标签 public_html 下的日志">public_html</a>/magento/app/code/core/Mage/Catalog/Model/Product/Media/Config.php on line 42<br />
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home1/********/public_html/magento/lib/Zend/Date.php on line 2379<br />
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home1/********/public_html/magento/lib/Varien/Io/File.php on line 222<br />
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home1/********/public_html/magento/app/code/core/Mage/Sales/Model/Quote/Address.php on line 442<br />
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home1/********/public_html/magento/app/code/core/Mage/SalesRule/Model/Validator.php on line 297<br />
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8192 bytes) in /home1/********/public_html/magento/app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Config.php on line 1<br />
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home1/********/public_html/magento/lib/Varien/Image/Adapter/Gd2.php on line 160</p></blockquote>
<p>解决方法就是通过php.ini文件，增加PHP的内存限制。</p>
<p>如果你网站上没有php.ini文件，可以通过如下的方式创建一个php.ini文件：</p>
<p>1. 登录Bluehost的cPanel，点击PHP Config图标，如下图所示：</p>
<p><img title="hostmonster-magento-php-config-1" src="http://chamidc.com/wp-content/uploads/auto_save_image/2011/12/080514rlq.gif" alt="hostmonster-magento-php-config-1" width="491" height="174" /></p>
<p>2. 进入下一个页面后，在页面中部可以看到如下图所示的内容：</p>
<p><img title="hostmonster-magento-php-config-2" src="http://chamidc.com/wp-content/uploads/auto_save_image/2011/12/080515cMs.gif" alt="hostmonster-magento-php-config-2" width="490" height="178" /><br />
3. 点击 “INSTALL PHP.INI MASTER FILE”按钮后，在public_html目录下将会有一个文件名为php.ini.default的文件。</p>
<p>4. 将这个文件下载下来，并重命名为php.ini</p>
<p>5. 在php.ini文件中，将PHP内存限制增加到64M</p>
<blockquote><p>memory_limit = 64M</p></blockquote>
<p>6. 将php.ini文件上传到public_html目录下</p>
<p>7. 在第一步点击PHP Config图标后，进入的那个页面，该页面的上面可看到如下图所示内容：<br />
<img title="hostmonster-magento-php-config-3" src="http://chamidc.com/wp-content/uploads/auto_save_image/2011/12/080515Uso.gif" alt="hostmonster-magento-php-config-3" width="490" height="174" /><br />
8. 选中 PHP5 (Single php.ini)后，点击 “Save Changes”按钮，就可以了.</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/bluehost/bluehost-install-magento-common-errors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Justhost更换主域名</title>
		<link>http://chamidc.com/justhost/justhost-replacement-of-the-main-domain.html</link>
		<comments>http://chamidc.com/justhost/justhost-replacement-of-the-main-domain.html#comments</comments>
		<pubDate>Mon, 05 Dec 2011 02:42:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JustHost]]></category>
		<category><![CDATA[justhost-使用帮助]]></category>
		<category><![CDATA[免费域名]]></category>
		<category><![CDATA[续费]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4259</guid>
		<description><![CDATA[  在注册Justhost主机的时候，必须提供一个域名作为主域名，但在使用过程中，我们能不能跟换主域名那？答案是可以的，笔者曾经尝试过更换过主域名，在和Justhost客户沟通过的结论是，更换域名要支付14.95美金的费用。下面是对话的记录： 我: [12:06:14 AM] Can i change my primary domain or not? Brett: [12:06:16 AM] Hello! [12:06:33 AM] You can but it’s $14.95 [12:06:39 AM] Why would you want to change it though? [12:06:46 AM] You can use all &#8230; <a href="http://chamidc.com/justhost/justhost-replacement-of-the-main-domain.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>  在注册<strong><a href="http://chamidc.com">Justhost</a></strong>主机的时候，必须提供一个域名作为主域名，但在使用过程中，我们能不能跟换主域名那？答案是可以的，笔者曾经尝试过更换过主域名，在和Justhost客户沟通过的结论是，更换域名要支付14.95美金的费用。下面是对话的记录：</p>
<blockquote><p>我: [12:06:14 AM] Can i change my primary domain or not?</p>
<p>Brett: [12:06:16 AM] Hello!</p>
<p>[12:06:33 AM] You can but it’s $14.95</p>
<p>[12:06:39 AM] Why would you want to change it though?</p>
<p>[12:06:46 AM] You can use all the same features as an add-on domain.</p></blockquote>
<p>教训就是购买Justhost的时候，如果你用了送的<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e5%85%8d%e8%b4%b9%e5%9f%9f%e5%90%8d" title="查看 免费域名 中的全部文章" target="_blank">免费域名</a></span>的话，那就不必说了，那个<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e5%85%8d%e8%b4%b9%e5%9f%9f%e5%90%8d" title="查看 免费域名 中的全部文章" target="_blank">免费域名</a></span>就成为你的主域名；如果你不想用送的免费域名的话，购买前一定要选一个准备长期持有的域名，最起码要比你用Justhost主机的时候长，否则你就会遇到我遇到这种尴尬的问题，不想<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e7%bb%ad%e8%b4%b9" title="查看 续费 中的全部文章" target="_blank">续费</a></span>域名了却不得不续。</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/justhost/justhost-replacement-of-the-main-domain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Justhost域名管理</title>
		<link>http://chamidc.com/justhost/justhost-domain-management.html</link>
		<comments>http://chamidc.com/justhost/justhost-domain-management.html#comments</comments>
		<pubDate>Mon, 05 Dec 2011 01:54:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JustHost]]></category>
		<category><![CDATA[justhost-使用帮助]]></category>
		<category><![CDATA[免费域名]]></category>
		<category><![CDATA[登陆]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4257</guid>
		<description><![CDATA[   Justhost主机提供了一个免费域名，我想大多站长不会错过这个免费的机会，，这个免费域名的DNS是：NS1.PIPEDNS.COM, NS2.PIPEDNS.COM, NS3.PIPEDNS.COM  ，当然我们也可以自己管理： 免费域名管理地址为：http://pipedns.com/ 用JustHost提供的登录billing后台的用户名和密码，就可以登录。这个登录billing后台的用户名和密码可以在JustHost主机的开通信中找到，类似下面的样子： BILLING LOGIN: ==================== Billing:  billing.justhost.com Username: ******** Password: *************** &#160; 下图为登陆后的界面   在这里可以修改域名的所有信息。]]></description>
			<content:encoded><![CDATA[<p>  <strong><a href="http://justhost.chamidc.com/"> Justhost</a></strong>主机提供了一个<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e5%85%8d%e8%b4%b9%e5%9f%9f%e5%90%8d" title="查看 免费域名 中的全部文章" target="_blank">免费域名</a></span>，我想大多站长不会错过这个免费的机会，，这个<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e5%85%8d%e8%b4%b9%e5%9f%9f%e5%90%8d" title="查看 免费域名 中的全部文章" target="_blank">免费域名</a></span>的DNS是：NS1.PIPEDNS.COM, NS2.PIPEDNS.COM, NS3.PIPEDNS.COM  ，当然我们也可以自己管理：</p>
<p>免费域名管理地址为：<a title="pipedns.com" href="http://pipedns.com/" rel="nofollow" target="_blank">http://pipedns.com/</a></p>
<p>用<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/justhost" title="查看 JustHost 中的全部文章" target="_blank">JustHost</a></span>提供的登录billing后台的用户名和密码，就可以登录。这个登录billing后台的用户名和密码可以在<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/justhost" title="查看 JustHost 中的全部文章" target="_blank">JustHost</a></span>主机的开通信中找到，类似下面的样子：</p>
<blockquote><p>BILLING LOGIN:<br />
====================<br />
Billing:  billing.<a href="http://chamidc.com/tag/justhost" class="st_tag internal_tag" rel="tag" title="标签 JustHost 下的日志">justhost</a>.com<br />
Username: ********<br />
Password: ***************</p>
<p>&nbsp;</p>
<p>下图为<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e7%99%bb%e9%99%86" title="查看 登陆 中的全部文章" target="_blank">登陆</a></span>后的界面</p></blockquote>
<p><img title="Justhost域名管理" src="http://chamidc.com/wp-content/uploads/2011/12/ed70_014804ZM7.gif" alt="Justhost域名管理" width="498" height="260" /></p>
<p>  在这里可以修改域名的所有信息。</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/justhost/justhost-domain-management.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Justhost主机如何更改语言</title>
		<link>http://chamidc.com/ipage/justhost-host-how-to-change-language.html</link>
		<comments>http://chamidc.com/ipage/justhost-host-how-to-change-language.html#comments</comments>
		<pubDate>Mon, 05 Dec 2011 01:29:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPage]]></category>
		<category><![CDATA[ipage-使用帮助]]></category>
		<category><![CDATA[HostMonster]]></category>
		<category><![CDATA[美国主机]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4255</guid>
		<description><![CDATA[   国内站长可能会对美国主机有所抵触，除了对其速度有所质疑之外，语言也是一大障碍。而实际上，我们已经看到想Justhost,hostmonster,ipage,等美国主机在稳定和速度上并不比国内主机差，而性能和价格上则比之优越的多，而以上几款主机都支持中文，只要通过简单的设置即可实现。    首先一Justhos为例，演示如何更改语言。 首先，登陆后台。然后找到“Change Language”图标，点击。 然后把选择语言为“chinese”，点击“change”按钮就可以了]]></description>
			<content:encoded><![CDATA[<p>   国内站长可能会对<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e7%be%8e%e5%9b%bd%e4%b8%bb%e6%9c%ba" title="查看 美国主机 中的全部文章" target="_blank">美国主机</a></span>有所抵触，除了对其速度有所质疑之外，语言也是一大障碍。而实际上，我们已经看到想<a href="http://justhost.chamidc.com">Justhost</a>,<a href="http://chamidc.com/tag/hostmonster" class="st_tag internal_tag" rel="tag" title="标签 HostMonster 下的日志">hostmonster</a>,<a href="http://ipage.chamidc.com">ipage</a>,等<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e7%be%8e%e5%9b%bd%e4%b8%bb%e6%9c%ba" title="查看 美国主机 中的全部文章" target="_blank">美国主机</a></span>在稳定和速度上并不比国内主机差，而性能和价格上则比之优越的多，而以上几款主机都支持中文，只要通过简单的设置即可实现。</p>
<p>   首先一Justhos为例，演示如何更改语言。 首先，登陆后台。然后找到“Change Language”图标，点击。 然后把选择语言为“chinese”，点击“change”按钮就可以了</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/ipage/justhost-host-how-to-change-language.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostmonster后台体验</title>
		<link>http://chamidc.com/hostmonster/hostmonster-background-experience.html</link>
		<comments>http://chamidc.com/hostmonster/hostmonster-background-experience.html#comments</comments>
		<pubDate>Sun, 04 Dec 2011 03:07:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HostMonster]]></category>
		<category><![CDATA[hostmonster-使用帮助]]></category>
		<category><![CDATA[控制面板]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4252</guid>
		<description><![CDATA[  Hostmonster最新推出了，Cpanel后台面板试用功能，也就是说，在我们购买Hostmonster主机以前可以先到后台体验一把。 &#160; 进入到Hostmonster主机官网：hostmonster.com 其次，点击官网下方的View Demo，如下图。 &#160; 再次，页面就跳转到HostMonster后台cPanel面板管理界面，如下图，点击Get Started Now就可以试用他们的cPanel控制面板了。如下图。 &#160; 最后，我们也可以看看HostMonster后台的其他管理（如域名管理），如下图。 &#160; 如果大家体验完，觉得HostMonster主机不错的话，就可以考虑购买他们的主机了。可以参考HostMonster主机购买教程图解]]></description>
			<content:encoded><![CDATA[<p>  Hostmonster最新推出了，Cpanel后台面板试用功能，也就是说，在我们购买Hostmonster主机以前可以先到后台体验一把。</p>
<p>&nbsp;</p>
<p>进入到Hostmonster主机官网：<a href="http://www.hostmonster.com/track/goodtwoluck">hostmonster.com</a></p>
<p>其次，点击官网下方的View Demo，如下图。</p>
<p><img src="http://chamidc.com/wp-content/uploads/auto_save_image/2011/12/080922sai.png" alt="" /></p>
<p>&nbsp;</p>
<p>再次，页面就跳转到<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/hostmonster" title="查看 HostMonster 中的全部文章" target="_blank">HostMonster</a></span>后台cPanel面板管理界面，如下图，点击Get Started Now就可以试用他们的cPanel<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/%e6%8e%a7%e5%88%b6%e9%9d%a2%e6%9d%bf" title="查看 控制面板 中的全部文章" target="_blank">控制面板</a></span>了。如下图。</p>
<p><img src="http://chamidc.com/wp-content/uploads/auto_save_image/2011/12/080922HVP.png" alt="" /></p>
<p>&nbsp;</p>
<p>最后，我们也可以看看<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/hostmonster" title="查看 HostMonster 中的全部文章" target="_blank">HostMonster</a></span>后台的其他管理（如域名管理），如下图。</p>
<p>&nbsp;</p>
<p><img src="http://chamidc.com/wp-content/uploads/auto_save_image/2011/12/0809229Wg.png" alt="" /></p>
<p>如果大家体验完，觉得<span class='wp_keywordlink_affiliate'><a href="http://chamidc.com/tag/hostmonster" title="查看 HostMonster 中的全部文章" target="_blank">HostMonster</a></span>主机不错的话，就可以考虑购买他们的主机了。可以参考<a href="http://chamidc.com/hostmonster/the-most-detailed-hostmonster-host-3-95-month-to-buy-the-entire-process.html" target="_blank">HostMonster主机购买教程图解</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/hostmonster/hostmonster-background-experience.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost主机中的文件索引</title>
		<link>http://chamidc.com/bluehost/bluehost-hosts-file-index.html</link>
		<comments>http://chamidc.com/bluehost/bluehost-hosts-file-index.html#comments</comments>
		<pubDate>Sat, 03 Dec 2011 03:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[bluehost-使用帮助]]></category>
		<category><![CDATA[public_html]]></category>

		<guid isPermaLink="false">http://chamidc.com/?p=4250</guid>
		<description><![CDATA[  关于文件的索引做一个简短的解释，当程序出错时，在浏览器会出现一个错误路径，这个就是文件索引。路径的显示会对程序的修改有着非常重要的作用，但又会对网站的安全潜藏隐患。所以我们可以的需要的时候选择，是不是要索引文件。下面我们在Bluehost中做个演示。 索引管理允许你设置网站文件夹的显示方式，默认的有两种显示方式，无索引或有索引，如果不希望人们看到你的文件目录，你可以选择无索引。 1、登录BlueHost主机的控制面板，进入后，在”高级”版块中，点击“索引管理器”图标，选择打开的目录，在“Web Root(public_html)”或者“根目录（Document Root）”,如果你有多个域名，那么你可以在下拉列表框里，选择你要操作的文件夹，如果你希望隐藏某个域名的文件，选择“ 显示隐藏文件 (dotfiles)”，多个域名时要仔细点，不要选择“跳过此问题，今后在打开程序时始终打开此目录： 图像管理器”4、选择好后，单击GO，这时会带你进入“Index Manager Menu” 在提供的选项里，找到你希望操作的目录名，选择好后点击保存就可以了]]></description>
			<content:encoded><![CDATA[<p>  关于文件的索引做一个简短的解释，当程序出错时，在浏览器会出现一个错误路径，这个就是文件索引。路径的显示会对程序的修改有着非常重要的作用，但又会对网站的安全潜藏隐患。所以我们可以的需要的时候选择，是不是要索引文件。下面我们在<strong><a href="http://bluehost.chamidc.com">Bluehost</a></strong>中做个演示。</p>
<p>索引管理允许你设置网站文件夹的显示方式，默认的有两种显示方式，无索引或有索引，如果不希望人们看到你的文件目录，你可以选择无索引。<br />
1、登录BlueHost主机的控制面板，进入后，在”高级”版块中，点击“索引管理器”图标，选择打开的目录，在“Web Root(<a href="http://chamidc.com/tag/public_html" class="st_tag internal_tag" rel="tag" title="标签 public_html 下的日志">public_html</a>)”或者“根目录（Document Root）”,如果你有多个域名，那么你可以在下拉列表框里，选择你要操作的文件夹，如果你希望隐藏某个域名的文件，选择“ 显示隐藏文件 (dotfiles)”，多个域名时要仔细点，不要选择“跳过此问题，今后在打开程序时始终打开此目录： 图像管理器”4、选择好后，单击GO，这时会带你进入“Index Manager Menu”<br />
在提供的选项里，找到你希望操作的目录名，选择好后点击保存就可以了</p>
]]></content:encoded>
			<wfw:commentRss>http://chamidc.com/bluehost/bluehost-hosts-file-index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

