好的,如果 subto.me/args 不存在,我正在尝试将用户重定向回 subto.me.com 我有此代码
if(file_exists($BASEPATH."partials/".$request['args'][0].".php")) {
require($BASEPATH."partials/".$request['args'][0].".php");
} else {
header("Location: http://www.youtube.com/subscription_center?add_user=".$request['args'][0]);
}
如果 youtube 用户不存在,它会使用类似https://gdata.youtube.com/feeds/api/users/fdsafsdfasdfasd的链接这样说。如果源代码等于“找不到用户”,我将如何合作