2015-02-08 46 views

回答

0

試試這個辦法,先檢查RewriteCondQUERY_STRING適用RewriteRule重定向到您的主頁之前

RewriteEngine On 
# Check if the query string contains layout=mobi OR layout=full 
RewriteCond %{QUERY_STRING} ^(layout=mobi|layout=full)$ 
RewriteRule ^example.com/page1.html$ http://www.example.com/ [R=301,L]