Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以编写一个 php 脚本并将其与图像分机一起保存。通过将以下内容添加到我的.htaccess
.htaccess
AddType application/x-httpd-php .gif
但是,如果我只希望某个目录中的文件被这样对待呢?我该怎么做?我正在考虑为我的电子邮件帐户制作一个页脚,我想用它收集一些基本的非侵入性数据。这甚至可以工作(假设客户端没有关闭图像)?
<Files "/thisdirectory"> AddType application/x-httpd-php .gif </Files>
有关 Apache 2.4 文档,请参见此处。
http://httpd.apache.org/docs/current/mod/core.html