我很困惑哪个文件的重写规则在apache(xampp)服务器中获得了层次结构。
让我对这些东西感到疑惑的是因为我想每秒更新我的图标(出于学习目的),但我的.htaccess文件中的代码无效。我的.htaccess文件与我的index.php文件一起位于服务器根文件夹中,当我转到http://localhost
时,该文件被识别。
<IfModule mod_rewrite.c>
RewriteEngine On
ExpiresActive On
ExpiresByType image/x-icon "access plus 1 seconds"
</IfModule>
有什么想法吗?