是否可以通过使用PHP将用户重定向到不同的页面?
假设用户去了www.example.com/page.php,我想将它们重定向到www.example.com/index.php,如何在不使用元刷新的情况下这样做?可能吗?
www.example.com/page.php
www.example.com/index.php
这甚至可以保护我的页面免受未经授权的用户
php redirect
php ×1
redirect ×1