RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^([a-zA-Z0-9_\/]+)$ index.php/$1 [L]
目前用以上语句把 xxx.com/index.php/abc 简写为 xxx.com/abc
现在想在此基础上 abc.xxx.com 也同样可以访问 xxx.com/index.php/abc 请问该怎么写。
DIEA
相关分类