我的 htaccess 文件是。
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f [OR]
RewriteCond %{REQUEST_FILENAME} \.php$
RewriteRule ^(.*)$ first.php
现在我希望这个规则在我的管理文件夹中不起作用,
就像我的管理文件夹一样,admin
所以当我的 url
admin/logout.php
不起作用时
RewriteCond %{REQUEST_FILENAME} \.php$
或者admin/ajax/ajax.php
然后它是相同的直接命中,ajax.php
不会重定向到
first.php