2010-01-21 66 views

回答

0
RewriteCond %{QUERY_STRING} ^var=10&view=3$ 
RewriteRule ^index.php$ http://www.domain.com/index.php?var=11&view=1 

common pitfalls(項目#2),在.htaccess文件中,領先「 /「 沒有必要。另外,領先的「?」在RewriteCond中是不必要的。