1
This is the identical question that
brewmeister has asked awhile back at
HTML in Freecontent, Tiny, etcI have NO PROBLEM displaying single HTML file, nor HTML files with external links.
However, I ran into problem immediately when the HTML file contains hyperlinks that links to local files.
I would have a html file looks like this:
3 steps to get things right
- First step
- Second step
- final step
where step1.html, step2.html and step3.html are in the same physical location as the original index.html.
I am not so sure how the XOOPs handles relative links in its module. In both Freecontent and C-Jay Content's case, it can't find any of the relative link in the original HTML file. All the relative link are forwarded to the location of the module, not its respect content path.
How to make this work? I mean, I would imagine this is a relatively common problem. Yet, i am not even sure is the problem lies upon settings/limation of XOOPs or its modules.
Or is there any other modules which does this smoothly?
Thanks
kngharv