Apache Rewrite 规则详解 - 与时俱进 - 博客园
2009年8月12日 - RewriteEngine on RewriteCond %{HTTP_HOST} ^folio.test.com [NC] RewriteRule ^/(.*) http://profile.test.com/ [L] 3.Apache mod_rewrite规则重写...
Apache Rewrite规则详解
标签: Apache,rewrite,规则,详解Apache的rewrite的重写非常常用,现总结了一下。 Apache mod_rewrite规则重写的标志一览 R[=code](force redirect) 强制外部重定向 ...