【发布时间】:2020-08-19 18:40:55
【问题描述】:
我有以下 htaccess 规则:
RewriteRule ^whatsapp$ https://web.whatsapp.com [L,NC]
结果:
If I call www.mydomain.de/whatsapp -> I will redirect to https://web.whatsapp.com
现在我想意识到这种情况:
I call www.mydomain.de/whatsapp=1234567 -> I will redirect to https://web.whatsapp.com/send?phone=1234567
有人可以帮助我吗? 谢谢!
【问题讨论】:
标签: regex apache .htaccess mod-rewrite