标签: php
我这样做是为了重定向到页面header('location: ../index.php');。
header('location: ../index.php');
但重定向后,我的网址变得像这样somedomain.com/index.php。
如何让它成为somedomain.com?
答案 0 :(得分:0)
试试这个:
<?php header('location: /'); ?>