我在WordPress重定向不能在Wordpress中使用?
$currentPage = explode('?', $_SERVER ['REQUEST_URI']);
$current_page_url = $currentPage[0];
if($current_page_url == '/e-commerce')
{
header("Location : http://www.mysite.com/complete-e-commerce-solution",true);
}
我使用的header.php此代碼
使用下面的代碼進行重定向,我重定向到第三方site.is這個問題?
'$ currentPage'的價值是什麼? – Ross 2011-06-04 12:10:36
@Ross我只有$ currentPage作爲/電子商務的價值。但重定向沒有發生 – 2011-06-04 12:25:59
你收到的錯誤或結果究竟是什麼? – Kevin 2011-06-04 12:04:26