参考
http://stackoverflow.com/questions/7184712/why-is-my-htaccess-rule-not-rewriting-the-url
我正在使用上面的解决方案,它对我来说工作正常,但当我用来为url写一个规则?它失败了
RewriteRule ^wp-content/plugins/popup/popup.css\?ver\=4.3$ /contact-us [L,QSA]
以上规则不起作用。我在这里缺少什么?
答案 0 :(得分:0)
好的,我找到了解决方案
RewriteCond %{QUERY_STRING} ^ver=4.3$
RewriteRule ^wp-content/plugins/popup/popup.css$ /contact-us [L,QSA]