2013-03-03 25 views

回答

0
RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule download\.php/(.*) /download.php?file=$1 [L,QSA]