XF 1.4 Forum in iframe?

JeroenR

Member
Hello,

Is there a way to keep forum.example.com in the adress bar and only that? So you can not see the urls of the pages, but just forum.example.com? I tried with an iframe, but it does not work. The forum itself is on www.example2.com

I hope someone knows the answer! :-)
 
Thanks for the quick reply!

I added

$config['enableClickjackingProtection'] = 'false';

to config.php but it just gives a blank page now.

This is the sourcecode of the page:


Code:
<HTML>
<HEAD>
<TITLE>forum.xxxxx.nl</TITLE>
</HEAD>
<FRAMESET>
<FRAME SRC="http://www.yyyyyyyy.nl/index.php?categories/wwwwwww.18/" NORESIZE>
<NOFRAMES>
Your browser does not support frames.
</NOFRAMES>
</FRAMESET>
</HTML>

The domain name is setup in Plesk as an inframe redirect.

Any idea why it is not working?
 
Top Bottom