【发布时间】:2014-07-16 20:27:25
【问题描述】:
我想在 htaccess 中为这样的 url 创建一个重定向:
https://example.com/firstnamelastname?mv=0 或 https://example.com/firstnamelastname?mv=2
还有https://example.com/firstnamelastname
重定向到https://firstnamelastname.example.com
firstnamelastname 只能是 a-z 和 0-9。 mv=0 到 4。
【问题讨论】:
-
网站
https://firstnamelastname.example.com真的存在吗? -
另外,你说“mv=1 到 4”,但在你的第一个例子中你有 mv=0
-
对不起,我弄错了。我想说0-4
标签: apache .htaccess url mod-rewrite redirect