2014-10-31 65 views

回答

1

你可以簡單地排除posts.phpRewriteCond

RewriteCond %{REQUEST_URI} !/posts.php 
RewriteRule ^mydir/(.*) /mydir/store/$1 [L] 
+0

正是我需要的。謝謝Olaf – BobB 2014-10-31 15:27:18

相關問題