在.htaccess中添加Options +FollowSymLinksRewriteEngine onRewriteCond %{QUERY_STRING} ^ep=(.+)RewriteRule ^(\/?)$ index.phpRewriteRule ^index.html$ index.phpRewriteRule ^news-([0-9]+).html$ news.php?pid=$1