存档

‘主机|域名’ 分类的存档

SEO WordPress的Description 和 Keywords

2011年8月22日 冰点浏览次数(21) 没有评论

Description 和 Keywords 的重要性已经不像以前那么重要了,但是设置正确的 Description 和 Keywords 还是对你的排名有利。

WordPress 在撰写日志的时候,可以给日志添加摘要(excerpt)和标签(tag),我的做法就是,就如给日志添加了摘要就把摘要做为 Description,如果没有设置摘要的话,则截取文章的前 220 个字作为 Description,而标签直接作为 Keywords。代码 阅读全文…

Godaddy Linux空间更新不再支持java

2011年8月22日 冰点浏览次数(42) 没有评论

上周godaddy对Linux主机空间进行更新升级,取消了对java的支持,同时也更换了IP,导致我的博客收录直接变1,只剩下首页,其他网站也被搜索引擎删除收录!

分类: 主机|域名 标签: ,

Godaddy做活动主机$1.99/月起

2010年10月25日 冰点浏览次数(114) 没有评论

godaddy又优惠了。

Godaddy做活动主机$1.99/月起

分类: 主机|域名 标签: ,

全球最贵域名sex.com拍出1300万美元高价

2010年10月21日 冰点浏览次数(69) 没有评论

腾讯科技讯(明轩)北京时间10月21日消息,据国外媒体报道,根据加利福尼亚州中部破产法院本周发布的文件显示,全球最值钱的域名Sex.com已被出售,售价达到了1300万美元。

该 文件显示,Sex.com域名的持有人、已破产的波士顿成人娱乐公司Escom,已经同Clover控股有限公司(以下简称:Clover)达成协议,以 1300万美元的价格出售给后者。据悉,共有12家公司参与了Sex.com域名的竞购,选择Clover是因为该公司的出价最高。Clover本身带有 一分神秘色彩,该公司总部位于加勒比海圣文森特岛。在向法庭提供的文件显示,该公司使用了@hushmail.com电子邮箱地址,属于隐秘的网络邮件服 务。 阅读全文…

真正的免费国际顶级域名

2010年9月3日 冰点浏览次数(224) 没有评论

.tk是国际域名管理机构颁发给Tokelau国家的域名,Tokelau是一个南太平洋上的岛国,Tokelau政府和一家私人企业共同创办了Dot TK公司。也正因为有了这家公司的存在,我们才能够注册到.tk这样的免费国际顶级域名。

我们可以申请到诸如www.xxx.tk格式的顶级域名,这个才是真正意义上的免费顶级域名,比网络上热传的co.cc域名强悍多了!(事实上申请到的xxx.co.cc根本就不是顶级域名)

域名演示:

http://www.gaoqingbizhi.tk/
http://www.haonanren.tk/
http://www.haonvren.tk/
http://www.zhuomianbizhi.tk
http://www.zhuomian.tk 阅读全文…

godaddy supesite 登录、退出出错的解决办法

2010年6月19日 冰点浏览次数(199) 没有评论

 godaddy通过切换JSP功能更换IP后  supesite网站就出问题了,登录和退出提示:

Forbidden
You don't have permission to access / on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

查了N多资料都没有解决,昨晚看到config.php的IP更现在的不一样,马上改成现在的IP,错误解决!:D提醒换IP的朋友注意修改这个配置文件的IP.

godaddy主机也太不稳定了

2010年6月11日 冰点浏览次数(339) 没有评论

godaddy主机也太不稳定了 隔一两天就超时 控制面板也进不去

分类: 主机|域名 标签:

今天上午godaddy空间又出问题了

2010年5月28日 冰点浏览次数(233) 没有评论

急死人了 今天godaddy空间10个小时打不开?到现在才打开.

什么垃圾网络,居然ping到这个IP219.153.42.248 :-x

分类: 主机|域名 标签:

国外主机的时间怎么改成与北京时间一致

2010年5月25日 冰点浏览次数(229) 没有评论

        美国主机商都不允许修改主机的时间设置,因为在共享主机里 (share hosting),一架主机服务器
(web server) 架设了上百个网站,如果因为你一个网站而修改主机time zone时间的话,将影响其他
的网站。除非你购买独立主机 (dedicated server),那你可随意更改主机服务器的time zone时间。

但在共享主机里,解决时差的问题只能靠修改你的程序的配置文件,比如说:

如果你需要支持北京时区并要在网页上呈现出来的话,你需更改你的程序来达到该目的:

$date = putenv(‘TZ=America/Chicago’);
mktime(0,0,0,1,1,1970) ;
echo date(“Y-m-d H:i:s”);

这里你需要把”TZ=America/Chicago”更换去你的国内时区。

如果你的网站安装了一些软件的话,这些软件也都有自动更变时差的程序设计了。如你在瀏览的
这个Discuz论坛 (架设在Lunarpages主机上),在最底端你可以看到所呈现的时间是根据访客的计算机
时间自动更换了。

总的来说,修改程序是唯一的解决方法。

怎么在GoDaddy Windows主机上实现WordPress的伪静态

2010年4月4日 冰点浏览次数(403) 没有评论

在根目录下面新建web.config文件

粘贴如下代码:

 <configuration> 
 <system.webServer> 
    <rewrite> 
      <rules> 
        <rule name="wordpress" patternSyntax="Wildcard"> 
         <match url="*" /> 
            <conditions> 
              <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> 
             <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> 
          </conditions> 
         <action type="Rewrite" url="index.php" /> 
        </rule> 
      </rules> 
    </rewrite> 
  </system.webServer> 
</configuration> 

GoDaddy windows主机空间500错误解决方法

2010年4月4日 冰点浏览次数(551) 没有评论

法1:新建名为web.config的文件,将如下代码粘贴到文件中,保存后上传到WordPress的根目录;

<?xml version="1.0" encoding="UTF-8"?> 
<configuration> 
<system.webServer> 
<httpErrors errorMode="Detailed" /> 
<asp scriptErrorSentToBrowser="true" /> 
</system.webServer> 
</configuration> 

方法2:进入后台 — File Manager — 选中WordPress的根目录 — Permissions — 将Read和Write勾上 — OK

godaddy主机Linux500错误解决方法

2010年4月2日 冰点浏览次数(718) 6 条评论

找了N多帖子,终于解决了

后来在根目录下的.htaccess里添加了如下代码后500错误没有了。

addhandler x-httpd-php-cgi .php4
addhandler x-httpd-php5-cgi .php5
addhandler x-httpd-php5-cgi .php

godaddy空间PHP页面500 Internal Server Error解决办法

2010年4月1日 冰点浏览次数(2,336) 3 条评论

         because the Growing Client and visit capacity,the bandwidth of our website is not enough,so we change our space to godaddy.after I installing the PHP Application and databases.I find that I can not enter “admin platform”. the web page show “Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.” I open the google and find the solution.most of solution tell you to rename or delete the “.htaccess” file. other way is set the root root directory permission to 755. but the two way can not resolve the problem. I go to godaddy and open hosting control center,clicking ”settings” then from the drop down menu select “error.log” the page suggestion Apache error logs are disabled by default. You can enable error logs for a twenty-four hour period, during which time the logs are available through the CGI Admin panel. After the time period elapses, the error log is cleared. The twenty-four hour logging period can be invoked at any time. If this is done during an existing collection period, all previous log entries are deleted and collection begins anew. To enable error logs, click Update. To view error logs, click Launch CGI Admin I open the error logs “[Fri Mar 5 20:02:52 2010] [error] [client 116.**.***.***] user startuptechltd not found: /stats/error_logs/ [Fri Mar 5 20:04:50 2010] [error] [client 116.**.***.***](104)Connection reset by peer: FastCGI: comm with server “/var/chroot/home/content/s/t/a/*******/html-x-httpd-php5″ aborted: read failed [Fri Mar 5 20:04:50 2010] [error] [client 116.**.***.***]FastCGI: incomplete headers (0 bytes) received from server “/var/chroot/home/content/s/t/a/*******/html-x-httpd-php5″ [Fri Mar 5 20:04:56 2010] [error] [client 116.**.***.***](104)Connection reset by peer: FastCGI: comm with server 阅读全文…

什么是DNS,A记录,子域名,CNAME别名,MX记录,TXT记录,SRV 记录,TTL值

2010年3月25日 冰点浏览次数(238) 没有评论

DNS
  DNS,Domain Name System或者Domain Name Service(域名系统或者域名服务)。域名系统为Internet上的主机分配域名地址和IP地址。由于网络中的计算机都必须有个IP地址,来识别, 互相之间才能通信,但让我们记住一大串的IP地址来访问网站显然是不可能的,所以用户使用域名地址,而DNS系统的功能就是自动把域名地址翻译为IP地址。域名服务是运行域名系统的Internet工具。执行域名服务的服务器称之为DNS服务器,通过DNS服务器来应答域名服务的查询。

  1、DNS就是域名服务器,他的任务就是确定域名的解析,比如A记录MX记录等等。 阅读全文…

Apache 2.2 + Tomcat设置动态二级域名

2010年3月25日 冰点浏览次数(494) 没有评论

1.你要让你域名注册的地方开通“泛解析”,就是说*.xxx.com全部解析到一个IP,然后利用程序获得输入的域名,并作相应的处理。

2.在DNS中设好*.xxx.com到IP地址

3.取出你的二级域名前缀做为参数,根据这个参数就可以知道当是那个二级域 阅读全文…