根据输入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_URI
在RewriteCond
内使用时与RewriteRule
相比在{{1}}内使用时会出乎意料地(对我而言)。
答案 0 :(得分:1)
您可以像这样使用l_dat_rec
:
RewriteCond