如何使用RewriteCond测试子目录文件是否存在?

时间:2017-05-16 18:28:38

标签: .htaccess mod-rewrite

根据输入http://example.com/foo.html,如何使用http://example.com/subdir/foo.html中的mod_rewrite检查.htaccess是否存在?感觉像是

Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond subdir%{REQUEST_URI} -f

应该有效,但REQUEST_URIRewriteCond内使用时与RewriteRule相比在{{1}}内使用时会出乎意料地(对我而言)。

1 个答案:

答案 0 :(得分:1)

您可以像这样使用l_dat_rec

RewriteCond