<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[北京SEO_北京SEO培训 - 【元创SEO】]]></title> 
<link>http://www.yuan-chuang.cc/index.php</link> 
<description><![CDATA[元创拥有10多年网络营销和SEO实战经验、管理经验。 《SEO实战 - 核心技术、优化策略、流量提升》一书作者。SEO实战家、推一把联合创始人]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[北京SEO_北京SEO培训 - 【元创SEO】]]></copyright>
<item>
<link>http://www.yuan-chuang.cc/read.php/.htm</link>
<title><![CDATA[htaceess文件设置]]></title> 
<author>元创 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[SEO知识库]]></category>
<pubDate>Wed, 10 Dec 2008 04:14:30 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/.htm</guid> 
<description>
<![CDATA[ 
	htaceess文件设置<br/><br/><br/>##<br/><br/># if you want to use mod_rewrite, set this 'On'<br/>RewriteEngine On<br/><br/># the path to your site installation<br/>RewriteBase /<br/><br/># Maintenance Section - Uncomment the lines below according to your need<br/># Write below your client IP address (e.g.: 127.0.0.1)<br/># if you need to keep your web access during maintenance<br/>#RewriteCond %&#123;REMOTE_ADDR&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;!^127.0.0.1$<br/># Choose your way of closing the access to PMF:<br/># a. you can simply forbid access (HTTP 403 Error)<br/>#RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;underMaintenance.htm [F,L]<br/># b. return the user an explanation<br/>#RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;underMaintenance.htm [L]<br/><br/># url canonicalization<br/>RewriteCond %&#123;http_host&#125; ^seowhy.com [NC]<br/>RewriteRule ^(.*)$ http://www.seowhy.com/$1 [L,R=301]<br/><br/># show all categories<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;showcat&#92;.html$ [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=show [L,QSA]<br/><br/># the search page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;search&#92;.html$ [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=search [L,QSA]<br/><br/># the add content page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;addcontent&#92;.html$ [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=add [L,QSA]<br/><br/># the ask question page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ask&#92;.html$ [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=ask [L,QSA]<br/><br/># the open questions page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;open&#92;.html$ [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=open [L,QSA]<br/><br/># the help page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;help&#92;.html$ [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=help [L,QSA]<br/><br/># the contact page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contact&#92;.html$ [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=contact [L,QSA]<br/><br/># a page with a record<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;([0-9]+)_([0-9]+)_([a-z&#92;-]+)&#92;.html$ [NC]<br/>RewriteRule ^(.*)_(.*)_(.*)&#92;.html$&nbsp;&nbsp;index.php?action=artikel&cat=$1&id=$2&artlang=$3 [L,QSA]<br/><br/># a category page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;category([0-9]+)&#92;.html$ [NC]<br/>RewriteRule ^category(.*)&#92;.html$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=show&cat=$1 [L,QSA]<br/><br/># a category page with page count<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;category([0-9]+)_([0-9]+)&#92;.html$ [NC]<br/>RewriteRule ^category(.*)_(.*)&#92;.html$&nbsp;&nbsp; index.php?action=show&cat=$1&seite=$2 [L,QSA]<br/><br/># start page<br/>RewriteRule index.html$ index.php [PT]<br/><br/># sitemap<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sitemap-([a-zA-Z0-9漩周遌*)_([a-z&#92;-]+)&#92;.html$ [NC]<br/>RewriteRule ^sitemap-(.*)_(.*)&#92;.html$&nbsp;&nbsp; index.php?action=sitemap&letter=$1&lang=$2 [L,QSA]<br/><br/># a solution id page<br/>RewriteCond %&#123;REQUEST_URI&#125;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;solution_id_([0-9]+)&#92;.html$ [NC]<br/>RewriteRule ^solution_id_(.*)&#92;.html$&nbsp;&nbsp;&nbsp;&nbsp;index.php?solution_id=$1 [L,QSA]<br/><br/># 404 page<br/>ErrorDocument 404 /404.html<br/><br/>Tags - <a href="http://www.yuan-chuang.cc/go.php/tags/htaceess%25E6%2596%2587%25E4%25BB%25B6%25E8%25AE%25BE%25E7%25BD%25AEseo/" rel="tag">htaceess文件设置seo</a>
]]>
</description>
</item><item>
<link>http://www.yuan-chuang.cc/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] htaceess文件设置]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.yuan-chuang.cc/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>