摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--http://skyfen.javaeye.com/category/94175?show_full=true1.给子域名加www标记RewriteCond%{HTTP_HOST}^([a-z.]+)... 阅读全文
posted @ 2010-08-16 15:40 郭振斌 阅读(584) 评论(0) 推荐(0) 编辑
摘要: VariablesThe core module supports built-in variables, whose names correspond with the names of variables in Apache.First of all, there are the variables, which represent the lines of the title of the ... 阅读全文
posted @ 2010-08-16 15:01 郭振斌 阅读(1988) 评论(0) 推荐(0) 编辑
摘要: 为何要使用301重定向在网站建设中需要网页重定向的情况很多:如网页目录结构变动,网页重命名、网页的扩展名改变、网站域名改变等。如果不做重定向,用户的收藏和搜索引擎数据库中的旧地址只能让访客得到一个404错误信息页面,访问流量白白丧失。不仅如此,之前该页面的一切积累(比如PR值)就都白费了。301重定向不仅能使页面实现自动跳转,对于搜索引擎来说,也可能可以传递PR值。nginx重定向规则详细介绍ht... 阅读全文
posted @ 2010-08-16 12:05 郭振斌 阅读(95078) 评论(7) 推荐(4) 编辑