我需要使用.htaccess从该站点重定向:
https://acadeny-site.com/sems/index.php?p=detail&id=1495
此站点:
https://main-site.com/sems?p=empty&id=1495
id参数可以是随机整数。
我的想法就像
RewriteRule ^ {https://main-academy.com/sems/index.php?p=details&id=([ ^ / d] +)? https://main-site.com/sems/?p=empty&id= $ 1 [301,L]
但是它不起作用。
谢谢!