yibin.us

in 没有分类


昨日在Godaddy购入yibin.us域名一枚,价格$4.99,按昨日的汇率,不足RMB35,现在终于有一个属于我的姓名的域名了,虽然后缀是.us。

Godaddy的域名购买过种那是相当容易,最主要是支持支付宝,免去用Paypal和信用卡之苦,当然,如果你有paypal也愿意用信用卡的美元支持也未尝不可。

Blog地址由原来的yibin.us变成yibin.us,并在.haccess对yibin001.com做了301跳转,全部跳到yibin.us

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yibin001.com$ [OR]
RewriteCond %{HTTP_HOST} ^yibin.us$
RewriteRule ^(.*)$ http://yibin.us/$1 [R=301,L]
</IfModule>
# END WordPress

另外,阅读器的地址也已更改,gae现在不支持绑定非appspot.com的域名,不过,你可以通过注册一个企业套件来做反向代理。

rss4py.appspot.com已转到http://r.yibin.us,也已做301跳转:

if request.headers["Host"].lower() != settings.AppDomain.lower()[7:] and settings.Enable302:
            self.redirect(settings.AppDomain+self.pathinfo,True)

相册:http://photo.yibin.us
书签:http://mark.yibin.us
如果你还未能访问yibin.us,可能是由于域名尚未解析到,稍等便可。

7 Comments

7 Comments

  1. 现在换域名已经成风了,我前段时间也换域名了

  2. 域名、空间都在国外了

  3. 空间速度很快啊,哪的

  4. 刘苏到访,留个脚印…

  5. US不是随便注册的,必须是美国国籍或者生活在美国的人才可以注册,查到的话就注销了

Leave a Reply

Using Gravatars in the comments - get your own and be recognized!

XHTML: These are some of the tags you can use: <a href=""> <b> <blockquote> <code> <em> <i> <strike> <strong>