.htaccess应用程序到当前文件夹

时间:2018-06-20 23:39:04

标签: .htaccess

以下是我在根目录下的.htaccess文件中的内容。除非通过7个引用,否则它将阻止直接访问名为MyFolder的文件夹中的文件。如果我想将此应用到当前文件夹而不是特定文件夹,我将如何修改最后一行?非常感谢。

RewriteEngine On
RewriteCond %{HTTP_REFERER} !login.php
RewriteCond %{HTTP_REFERER} !MyFolder/home.php
RewriteCond %{HTTP_REFERER} !MyFolder/table.php
RewriteCond %{HTTP_REFERER} !MyFolder/search.php
RewriteCond %{HTTP_REFERER} !MyFolder/1_3_5_7_8_10_12.php
RewriteCond %{HTTP_REFERER} !MyFolder/4_6_9_11.php
RewriteCond %{HTTP_REFERER} !MyFolder/2Leap.php
RewriteCond %{HTTP_REFERER} !MyFolder/2NotLeap.php
RewriteRule ^MyFolder/ - [L,R=404]

0 个答案:

没有答案