我的htaccess文件是。htaccess RewriteCond如何在文件夾和其他文件中工作
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f [OR]
RewriteCond %{REQUEST_FILENAME} \.php$
RewriteRule ^(.*)$ first.php
現在我想這個規則在我的管理文件夾不行
像我的管理員文件夾是admin
所以,當我的網址是
admin/logout.php
再不行
RewriteCond %{REQUEST_FILENAME} \.php$
或admin/ajax/ajax.php
然後它是同樣的直接命中t o ajax.php
不重定向到 first.php