21,873
社区成员




RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^baidu.com$ [NC]
RewriteRule ^(.*)$ http://www.baidu.com/$1 [L,R=301]
RewriteRule ^about.html$ /home/about.php
RewriteRule ^contact.html$ /home/contact.php
RewriteRule ^news.html$ /home/news_list.php