我正在尝试通过我在服务器上构建的index.php文件转发对http://files.domain.com发出的所有PDF请求。首先,我只需要一个测试。所以我把这个htaccess放在一起:
RewriteEngine On
RewriteBase /
RewriteRule file2.pdf index.php [R]
当我转到该URL时,它不显示我的index.php,但只显示404错误。我不确定是什么......有什么建议吗?
我已经确认我的.htaccess和index.php位于正确的位置。
答案 0 :(得分:0)
原来我的虚拟主机AllowOverride
设置为NONE
:http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride