我想重写两个虚拟子文件夹/content/view/和/content/section/。我现在有这个:
RewriteCond %{REQUEST_URI} ^htaccesstst/content/(view|section)+
RewriteRule ^$ http://www\.google\.nl [L,R=301]
这会重写 /content、/content/、/content/view/、/content/section/,这是正确的。但是它也重写了 /content/ (之后什么都没有)。我不要这个!帮助?