我需要安装和配置http://code.google.com/p/mod-auth-token/#Apache_Configuration 。Howether 我的主机 (VPS) 无法访问 httpd.conf。有人建议我改用 mod_rewrite 和 .htaccess。我需要设置这些数据:
<Location /downloads/>
AuthTokenSecret "secret string"
AuthTokenPrefix /downloads/
AuthTokenTimeout 60
AuthTokenLimitByIp off
</Location>
问题是 - 正确的方法是什么?