2014-04-13 164 views

回答

0

试试这个:

RewriteEngine On 

RewriteCond %{HTTP_HOST} ^(.+)\.testsite\.com$ [NC] 
RewriteRule ^$ http://testsite.com/api/v2/%1 [L] 
+0

我已经在我的.htaccess这些记录:的RewriteCond%{} REQUEST_FILENAME -f 重写规则^的index.php [QSA,L]! – user889349