Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行一个使用查询参数来识别不同附属公司的网站,我需要将这些参数传递到我的整个网站。
我试图避免写类似的东西:
<a href="somepage.php?<?php echo $_SERVER['QUERY_STRING']; ?>">link</a>
对于我网站上的每个链接。是否有可能通过 nginx 甚至 php 将其“添加”到所有内部和外部链接?
谢谢