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.
  1. Options +FollowSymlinks
  2. RewriteEngine on
  3. RewriteRule ^(.*).mp3$ /proxy.php?z=$1.mp3 [QSA]

以上是关于Htaccess将所有对mp3文件的调用重定向到PHP代理的主要内容,如果未能解决你的问题,请参考以下文章

.htaccess 将动态域重定向到文件夹

我如何 .htaccess 301 将所有页面/文件(除了一个)重定向到新域?

.htaccess - 将所有 URL + 现有目录重定向到 index.php

.htaccess 将文件夹下的所有页面重定向到新域

Htaccess 将所有文件从一个域中的子目录重定向到另一个域

.htaccess - 将所有内容静默重写/重定向到内部子文件夹