【发布时间】:2012-08-27 22:18:31
【问题描述】:
如何编写 Apache 重写规则?
我想将http://abc.com/test/filename.air 重定向到http://abc.com/test/filename.exe。
我试过了
ProxyPass /test/filename.air http://abc.com/test/filename.exe
还有
RewriteRule ^(.*)/filename.air $1/filename.exe
不适合我。
【问题讨论】: