RewriteCond RequestURI 为什么 RegEx 不起作用?
我有一个有效的 RewriteCond,例如: 请求URL: http://www.myserver.com/images/gallery/summer/2013/2013-07-07/thumbs/001.jpg RewriteCond %{REQUEST_URI} !images/gallery/summer/2013/* RewriteRule ^images/gallery/summer/(.*)$ http://xyz.s3.amazonaws.com/$1 [P] 这工作正常并且图像是从 Amazon S3 中提取的。 但是为什么 Re...