Htaccess将所有对mp3文件的调用重定向到PHP代理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Htaccess将所有对mp3文件的调用重定向到PHP代理相关的知识,希望对你有一定的参考价值。
Redirects all calls to mp3 files to a proxy (usefull fr example to track stats on db) the +FollowSymlinks should be already setted, but if it isnt' this setting with use it. FollowSymlinks must be on to use the rewrite engine.
Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*).mp3$ /proxy.php?z=$1.mp3 [QSA]
以上是关于Htaccess将所有对mp3文件的调用重定向到PHP代理的主要内容,如果未能解决你的问题,请参考以下文章
我如何 .htaccess 301 将所有页面/文件(除了一个)重定向到新域?
.htaccess - 将所有 URL + 现有目录重定向到 index.php