使用路由器登录重定向

登录后我无法重定向到我的主页


我的结构:


views/auth/login.php <-- Thats my Login Page

public/index.php/ <-- router

https://sub.mydomain.de/auth/login <-- login url

https://sub.mydomain.de/ <-- url after Login

如果登录有效,我想将用户重定向到此页面 https://sub.mydomain.de/


我试过:


header("/../../../public/index.php")


慕神8447489
浏览 119回答 1
1回答

至尊宝的传说

每一件事情是好的,但有一件事是这里缺少的是Location中header();&nbsp;`header("Location:&nbsp;/../../../public/index.php");`您必须在标题中定义位置!学习一些令人兴奋的PHP东西的最佳场所。快乐编码!
打开App,查看更多内容
随时随地看视频慕课网APP