To set up a permanent redirect with PHP, use the header() function. You must set the headers ... header('Location: http://www.example.com/newurl'); exit();.
確定! 回上一頁