我经过几个小时的辛勤阅读,仍然找不到我所需要的东西! 希望这里的人能够提供帮助。
我想要实现的是,将特定URL重新定位到另一页,但如果没有其他的URL变量。
例如。
- index.php?option=com_user - this needs to be redirected to index.php
- index.php?option=com_user&view=login - this must not be redirected
- index.php?option=com_user&view=login&foo=bar - this must not be redirected
我发现许多例子可以证明存在某种变数,但我想测试这种变数,并测试不存在其他变数。
谁能帮助?
提前感谢。