RewriteEngine On
RewriteBase /
RewriteRule ^newscont-([0-9]+).html$
RewriteRule ^column-3-([0-9]+).html$
RewriteRule ^newscont-([0-9]+).html$
RewriteRule ^english/([^/.]*)$
RewriteCond %{http_host} ^www.xxx.com [NC]
RewriteRule ^books/(.*)$ http://aa.bbb.com/$1 [L,R=301]
RewriteRule ^book-([0-9a-z]+).html$

标签:
上一篇:php 常用自定义处理方法汇总----001 下一篇:处理网页无形中产生bom--代码