基于url字符串在Iframe中加载页面

时间:2018-05-15 07:15:27

标签: php redirect iframe

我想根据网址字符串制作一个加载不同网页的iframe。

iframe是我页面上的一个小方框。

如果网址是www.example.com/loo 然后iframe显示loo.php

如果是www.example.com/boo 然后iframe显示boo.php

因此,如果用户点击我主页上的链接,就像 example.com/loobar.html example.com/loodart.html

iframe应该显示loo.php,因为网址包含单词" loo"

这可能吗? 我在iframe文件夹中创建了一个.htaccess文件,所有页面都是iframe框。

    RewriteCond %{REQUEST_URI} loo
RewriteRule .* https://example.com/iframe/loo.php

那不起作用,认为iframe htaccess没有读取主网站的网址?

希望你们明白。

0 个答案:

没有答案