我的 htaccess 文件是
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ first.php
它的工作很好。但我希望这种情况不适用于 .php 扩展文件,例如我的 url 是
www.example.com/ or
www.example.com/index.php or
www.example.com/admin/page.php
www.example.com/admin
然后它首先打开.php 如果 www.example.com/style.css 然后打开 style.css 文件,或者如果 www.example.com/image.jpg 然后打开 image.jpg 文件