Featured Post

闲逛LinkedIn

Recently, I updated my profile in LinkedIn and linked my twitter to it. I have to say, LinkedIn is a quite well designed website, so that I spend hours on it, and it can earn money by itself. What do I do on LinkedIn? View the profiles of others, mainly ones in the same company or same industry Learn...

Read More

话说.htaccess转移地址

Posted by ricky | Posted in BlogLog, Log4Me | Posted on 02-02-2010

Tags:

0

从Google Analytics里发现还是有很多从搜索引擎引入的访问进入了www.rickysu.com/bo的页面,而这个页面的内容我已经搬到了www.fpganotes.com下。有必要做一个自动转向。试了一些google搜出来别人的经验,结果都不太好。
常用的方法是:

Rewriteengine on
RewriteCond %{REQUEST_URI} !^/blog/.*
RewriteCond %{HTTP_HOST} =blog.iordos.net
RewriteRule ^(.*) /blog/$1 [L]

最后解决用了Apache网站上超级简单的一条语句:
RewriteEngine ON
Redirect permanent /bo http://www.fpganotes.com
bo转向搞定。

问题却出来了。主网站WordPress只能看首页,不能点进去看详细文章了,浏览器报404错。
仔细查看wp设置,发现permalinks的设置是通过.htaccess实现的。我直接覆盖了.htaccess,把wp原来的设置就覆盖了。
从wp找到相应的.htaccess设置,然后两个文件内容合并一下,终于完全搞定了。

Hello World, Hello Me

Posted by ricky | Posted in BlogLog | Posted on 30-12-2009

1

国内动荡不堪,搬家至DreamHost。

在2010元旦即将到来之际,新建一个博客,记录那些工作以外的自己。

愿明年能有些小成就;愿朋友们都心想事成。