incorporate externally generated content

General project discussion. NOT for help questions.
Post Reply
gdur
Forum Members
Forum Members
Posts: 142
Joined: Sun Jan 10, 2010 10:59 am

Re: incorporate externally generated content

Post 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.
Post Reply

Return to “General Discussion”