标签: url redirect
这是我一段时间以来一直试图解决的问题,我需要使用RedirectMatch添加一个怪异的url
我想重定向https://example/poems.php?uid=0 至 index.php
但是什么都无法工作
我已经在互联网上搜索了几个月,甚至一年都没有运气。
this does not work RedirectMatch /pictures\.php/?uid=0" "index.php"
我希望网址会重定向到索引。