Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试添加带有 HTTP 标头条件的 RewriteCond。如下所示:
RewriteCond %{HTTP:Status Code} ^302$
我收到语法错误,因为我在 RewriteCond 中有空间。我怎样才能逃离这个空间?