摘要: $domaintxt=file_get_contents(path ."/host/host.txt"); $yum=$_SERVER['HTTP_HOST']; $ymz=explode('.', $yum); if(!stristr($domaintxt,$ymz[count($ymz) - 2 阅读全文
posted @ 2017-07-26 17:43 在下刘彦直 阅读(379) 评论(0) 推荐(0)
摘要: <rule name="rD"> <match url="^$" /> <action type="Rewrite" url="index.php" /> </rule> <rule name="rP"> <match url="^.*?/$" /> <action type="Rewrite" u 阅读全文
posted @ 2017-07-26 14:29 在下刘彦直 阅读(552) 评论(0) 推荐(0)
摘要: $_SERVER['HTTP_X_ORIGINAL_URL']; 阅读全文
posted @ 2017-07-26 10:31 在下刘彦直 阅读(273) 评论(0) 推荐(0)