【发布时间】:2014-08-27 10:37:57
【问题描述】:
我有这个 RedirectMatch 指令:
RedirectMatch 404 (.old|.csv|.txt|.sql|.ini)$
我现在想排除 robots.txt,但继续为所有其他 .txt 发送 404。怎么样?
我看着 RedirectMatch 403 -- Need to have an exception for 1 URL in .htaccess 摆弄它,但我无法让它工作。
你能帮忙吗?
【问题讨论】: