0

好的,这里的问题是。如果我在另一个站点上的内联框架调用的子域上有一个索引文件。如何将代码添加到子域 index.php 文件中以查找父域名 url。

示例:在子域上创建了一个 wordpress,但只希望它显示在加载内联框架的页面中。

yourdomain.com/目录/

在这个页面上,它有一个调用这个目录的内联框架。在目录文件夹中的 index.php 文件中将执行 {if parent called directory/ then show wordpress in inline frame else do a print or show please click here to bedirected to real page where site can be loaded.}

我想我可以这样做:

$realpage = "yourdoamin.com/directory/";
$currentpage = $_SERVER['REQUEST_URI'];
if($regpage==$currentpage) { 
   //show wordpress
} else {
  //This is where words will have a a href link to direct them to yourdomain.com url 
  //where inline frame will load the wordpress in the inline frame.
}

记住内联框架是父级的真实页面。

好的,我希望这很清楚,并且有办法做到这一点。尚未测试此理论,但可以对此使用任何理想。谢谢。

4

0 回答 0