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>
I'm looking for ways to protect these directories with Apache's .htaccess but no luck as yet.