21,892
社区成员
发帖
与我相关
我的任务
分享
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