How to prevent directory access after baserewrite

后端 未结 0 390
有刺的猬
有刺的猬 2021-01-20 00:46

In my .htaccess I have the following:

RewriteBase /
RewriteCond %{REQUEST_URI} !^/f/
RewriteRule ^(.*)$ /f/$1 [L]

This basically makes it so

相关标签:
回答
  • 消灭零回复
提交回复
热议问题