Page 1 of 1

Re: incorporate externally generated content

Posted: Thu Sep 30, 2010 6:07 am
by gdur
Hi,

If it´s content that doesn't require to be password protected it´s easy. Use an iframe you call from a standard CMSMS page. If you are using a wysiwyg editor, what is likely the case, switch over to "code" or " html" mode before entering the code below otherwise it will appear just as text with no effect.
Here is an example:

Code: Select all

<__iframe height="100%" frameborder="0" width="100%" src="the_path_to/index.html" name="just_a_name" id="just_an_id"></__iframe>
When you want this "sub" site password protected you can use the FEU module however, this offers for now a quasi protection. People who figure out the real path to the files will still be able to call them directly from the address bar in their browser.
I'm looking for ways to protect these directories with Apache's .htaccess but no luck as yet.